volumes
This commit is contained in:
parent
3d0fb7f92b
commit
ebdb8b542d
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ services:
|
||||||
- MIX_ENV=test
|
- MIX_ENV=test
|
||||||
volumes:
|
volumes:
|
||||||
- '.:/app'
|
- '.:/app'
|
||||||
|
- '/app/deps'
|
||||||
|
- '/app/_build'
|
||||||
ports:
|
ports:
|
||||||
- '4008:4008'
|
- '4008:4008'
|
||||||
command: tail -F /dev/null
|
command: tail -F /dev/null
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue