mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56: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/node:6.9.1-alpine"
|
||||
docker build -t functions/node:6.9.1-alpine .
|
||||
echo "Building functions/base:node-6.9.1-alpine"
|
||||
docker build -t functions/base:node-6.9.1-alpine .
|
||||
|
||||
|
Reference in New Issue
Block a user