Skip to content

Commit

Permalink
Fix docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspeitz committed Aug 21, 2018
1 parent 08407aa commit 3c7bdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
app:
build:
context: .
dockerfile: /Dockerfile-build-binaries
dockerfile: ./Dockerfile-build-binaries
working_dir: /go/src/app
volumes:
- ./:/copy
Expand Down

0 comments on commit 3c7bdb6

Please sign in to comment.