#!/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