1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh # Dumps you to a shell inside of the app container docker run --rm -it \ --network dispatch-tracker_backend \ -e CUSTOM_CONFIG=config-compose.yml \ -v $(pwd)/static:/static \ -v $(pwd)/app:/app \ --user 0 \ dispatch-app \ ash