mirror of
https://github.com/openfaas/faas.git
synced 2025-06-26 16:53:26 +00:00
New and updated sample function Dockerfiles & deleted NodeBaseFunction
Signed-off-by: rgee0 <richard@technologee.co.uk>
This commit is contained in:
5
sample-functions/SentimentAnalysis/build.armhf.sh
Normal file
5
sample-functions/SentimentAnalysis/build.armhf.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Building functions/sentimentanalysis:armhf..."
|
||||
docker build -t functions/sentimentanalysis:armhf . -f Dockerfile.armhf
|
||||
|
Reference in New Issue
Block a user