mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 20:46:41 +00:00
Light-weight examples for HelloWorld - for on reading an input/request.
This commit is contained in:
4
sample-functions/BaseFunctions/java/build.sh
Executable file
4
sample-functions/BaseFunctions/java/build.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Building functions/openjdk:8u121-jdk-alpine"
|
||||
docker build -t functions/openjdk:8u121-jdk-alpine .
|
Reference in New Issue
Block a user