Nope, it's needed

This commit is contained in:
Kieran Eglin 2024-09-10 16:16:01 -07:00
parent 80aee7f379
commit e5c5833441
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -7,6 +7,9 @@ services:
- MIX_ENV=test - MIX_ENV=test
volumes: volumes:
- '.:/app' - '.:/app'
# These lines ensure the deps can be saved as build artifacts for caching
- '/app/deps'
- '/app/_build'
ports: ports:
- '4008:4008' - '4008:4008'
command: tail -F /dev/null command: tail -F /dev/null