Skip to content

Commit 5697b3a

Browse files
Add src project volume mount
1 parent 066552b commit 5697b3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.override.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ services:
1616
environment:
1717
DB_URI: 'mysql+pymysql://admin:admin@db:3306/drugs'
1818
command: python app/run.py
19+
volumes:
20+
- ./openfda:/openfda
1921
ports:
2022
- 8080:8080
2123

0 commit comments

Comments
 (0)