Files
faas/sample-functions/SentimentAnalysis/build.armhf.sh

6 lines
137 B
Bash

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