Mount source code as volume
This commit is contained in:
parent
87308db512
commit
f78baf0f68
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
/.env
|
/.env
|
||||||
|
|
|
@ -4,3 +4,5 @@ services:
|
||||||
app:
|
app:
|
||||||
build: .
|
build: .
|
||||||
env_file: '.env'
|
env_file: '.env'
|
||||||
|
volumes:
|
||||||
|
- './mirrortea:/app/mirrortea/'
|
||||||
|
|
Reference in a new issue