mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
Adding CoffeeScript base example
Adding CoffeeScript base
This commit is contained in:
5
sample-functions/BaseFunctions/coffee/build.sh
Normal file
5
sample-functions/BaseFunctions/coffee/build.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Building functions/base:coffeescript-1.12-alpine"
|
||||
docker build -t functions/base:coffeescript-1.12-alpine .
|
||||
|
Reference in New Issue
Block a user