This commit is contained in:
Kieran Eglin 2024-07-17 12:21:51 -07:00
parent 3d0fb7f92b
commit ebdb8b542d
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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