Skip to content
Snippets Groups Projects
Commit 1bff66e5 authored by Alex's avatar Alex
Browse files

Rename dockerfile

parent 2520d9ec
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment