diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-09-14 00:06:50 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-09-14 00:06:57 -0400 |
| commit | 0e82caee0b427dcb957ff78a6c2779e7d9e27dde (patch) | |
| tree | e5797fdc1e4956c2a60a8f70e8e672670062d376 /docker-scripts/shell.sh | |
| parent | 4dc24df3bc8043fdbbbd0d9f11b9b78cf658abfd (diff) | |
| download | dispatch-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-x | docker-scripts/shell.sh | 1 |
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 \ |
