1
0
mirror of https://github.com/openfaas/faas.git synced 2025-07-11 08:13:27 +00:00
Files
faas/sample-functions/BaseFunctions/coffee/build.sh
aafrey c7db0faab4 Adding CoffeeScript base example
Adding CoffeeScript base
2017-04-10 22:17:35 +01:00

6 lines
126 B
Bash

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