Testing if docker-compose volume is needed

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

View file

@ -7,9 +7,6 @@ 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