mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
Rename dockerfile
This commit is contained in:
parent
2520d9ec7c
commit
1bff66e583
@ -3,7 +3,7 @@
|
|||||||
# Below makes use of "builder pattern" so that binary is extracted separate
|
# Below makes use of "builder pattern" so that binary is extracted separate
|
||||||
# from the golang runtime/SDK
|
# from the golang runtime/SDK
|
||||||
|
|
||||||
docker build -t watchdog:latest . -f Dockerfile.build
|
docker build -t watchdog:latest .
|
||||||
docker create --name buildoutput watchdog:latest
|
docker create --name buildoutput watchdog:latest
|
||||||
docker cp buildoutput:/go/src/app/app ./fwatchdog
|
docker cp buildoutput:/go/src/app/app ./fwatchdog
|
||||||
docker rm buildoutput
|
docker rm buildoutput
|
||||||
|
Loading…
x
Reference in New Issue
Block a user