mirror of
https://github.com/openfaas/faas.git
synced 2025-06-25 08:13:25 +00:00
New function
This commit is contained in:
6
sample-functions/SentimentAnalysis/build.sh
Executable file
6
sample-functions/SentimentAnalysis/build.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Building functions/sentimentanalysis"
|
||||
docker build -t functions/sentimentanalysis .
|
||||
|
||||
|
Reference in New Issue
Block a user