aboutsummaryrefslogtreecommitdiff
path: root/docker-scripts/shell.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-09-14 00:06:50 -0400
committerMitch Riedstra <mitch@riedstra.us>2019-09-14 00:06:57 -0400
commit0e82caee0b427dcb957ff78a6c2779e7d9e27dde (patch)
treee5797fdc1e4956c2a60a8f70e8e672670062d376 /docker-scripts/shell.sh
parent4dc24df3bc8043fdbbbd0d9f11b9b78cf658abfd (diff)
downloaddispatch-tracker-0e82caee0b427dcb957ff78a6c2779e7d9e27dde.tar.gz
dispatch-tracker-0e82caee0b427dcb957ff78a6c2779e7d9e27dde.tar.xz
Fully automated setup and forward port 36200
Diffstat (limited to 'docker-scripts/shell.sh')
-rwxr-xr-xdocker-scripts/shell.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-scripts/shell.sh b/docker-scripts/shell.sh
index 4a417c0..c9ae91f 100755
--- a/docker-scripts/shell.sh
+++ b/docker-scripts/shell.sh
@@ -4,6 +4,7 @@
docker run --rm -it \
--network dispatch-tracker_backend \
+ -e CUSTOM_CONFIG=config-compose.yml \
-v $(pwd)/static:/static \
-v $(pwd)/app:/app \
--user 0 \