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