rgee0 1cd7ce2449 New and updated sample function Dockerfiles & deleted NodeBaseFunction
Signed-off-by: rgee0 <richard@technologee.co.uk>
2017-08-13 21:47:40 +01:00

5 lines
116 B
Bash

#!/bin/sh
echo "Building functions/resizer:armhf..."
docker build -t functions/resizer:armhf -f Dockerfile.armhf .