mirror of
https://github.com/openfaas/faas.git
synced 2025-06-11 17:56:47 +00:00
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Building functions/python:2.7-alpine"
|
|
docker build -t functions/python:2.7-alpine .
|
|
|