This commit is contained in:
SUMUKHA-PK 2019-03-08 11:37:59 +05:30
commit 7832e77f4f
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -18,6 +18,7 @@
/_obj /_obj
/_test /_test
/vendor/bin /vendor/bin
/docker/build
# Architecture specific extensions/prefixes # Architecture specific extensions/prefixes
*.[568vq] *.[568vq]

View file

@ -7,6 +7,8 @@ services:
build: ./ build: ./
volumes: volumes:
- ..:/build - ..:/build
- ./build/pkg:/build/pkg
- ./build/bin:/build/bin
networks: networks:
- internal - internal
depends_on: depends_on: