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