aboutsummaryrefslogtreecommitdiff
path: root/docker-scripts/shell.sh
blob: c9ae91fcdcec9f18ac2a22452fafc43230c5f21f (plain) (blame)
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