Skip to content

Commit

Permalink
Fix build conflict between docker environment and host - #596 (#598)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chen <minecnly@gmail.com>
  • Loading branch information
Cnly authored and anoadragon453 committed Mar 4, 2019
1 parent 6baaf8c commit 5d2d048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/_obj
/_test
/vendor/bin
/docker/build

# Architecture specific extensions/prefixes
*.[568vq]
Expand Down
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
build: ./
volumes:
- ..:/build
- ./build/pkg:/build/pkg
- ./build/bin:/build/bin
networks:
- internal
depends_on:
Expand Down

0 comments on commit 5d2d048

Please sign in to comment.