Skip to content

Commit

Permalink
Add src folder to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-6723 committed Dec 18, 2020
1 parent 6eb969d commit e659ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ services:
context: .
dockerfile: Dockerfile
volumes:
- ./src:/src
- /var/run/docker.sock:/var/run/docker.sock
env_file: .env
ports:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
context: .
dockerfile: Dockerfile
volumes:
- ./src:/src
- /var/run/docker.sock:/var/run/docker.sock
env_file: .env
ports:
Expand Down

0 comments on commit e659ac8

Please sign in to comment.