Add Golang hello-world sample, rename build.sh to match auto-build on Hub.

This commit is contained in:
Alex
2017-04-09 20:20:09 +01:00
parent 8ec31d9b89
commit 03e702862b
7 changed files with 49 additions and 11 deletions

View File

@ -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 .