Rename dockerfile

This commit is contained in:
Alex 2017-01-03 23:59:21 +00:00
parent 2520d9ec7c
commit 1bff66e583
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Below makes use of "builder pattern" so that binary is extracted separate
# 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 cp buildoutput:/go/src/app/app ./fwatchdog
docker rm buildoutput