Skip to content

Commit

Permalink
build(docker): add volumes to the dokcer-compose file
Browse files Browse the repository at this point in the history
34
  • Loading branch information
danvergara committed Jun 14, 2021
1 parent 6b75211 commit abaab52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Expand Up @@ -28,6 +28,8 @@ services:
build:
context: .
target: builder
volumes:
- ./:/src/app:z
depends_on:
- postgres
environment:
Expand All @@ -45,6 +47,8 @@ services:
build:
context: .
target: builder
volumes:
- ./:/src/app:z
depends_on:
- mysql
environment:
Expand Down

0 comments on commit abaab52

Please sign in to comment.