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