1
0
mirror of https://github.com/openfaas/faas.git synced 2025-06-19 12:36:40 +00:00
Files
faas/sample-functions/BaseFunctions/golang/build.sh

5 lines
115 B
Bash
Executable File

#!/bin/sh
echo "Building functions/base:golang-1.7.5-alpine"
docker build -t functions/base:golang-1.7.5-alpine .