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