mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
Add Golang hello-world sample, rename build.sh to match auto-build on Hub.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Building functions/python:2.7-alpine"
|
||||
docker build -t functions/python:2.7-alpine .
|
||||
echo "Building functions/base:python-2.7-alpine"
|
||||
docker build -t functions/base:python-2.7-alpine .
|
||||
|
||||
|
Reference in New Issue
Block a user