mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
6 lines
137 B
Bash
6 lines
137 B
Bash
#!/bin/sh
|
|
|
|
echo "Building functions/sentimentanalysis:armhf..."
|
|
docker build -t functions/sentimentanalysis:armhf . -f Dockerfile.armhf
|
|
|