mirror of
https://github.com/openfaas/faas.git
synced 2025-06-29 18:23:26 +00:00
6 lines
73 B
Bash
Executable File
6 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
echo Building catservice:latest
|
|
|
|
docker build -t catservice .
|
|
|