From c49d9e0d69685d022fa6ffaa04f91bbe46f67551 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 27 Mar 2019 23:06:36 -0400 Subject: Fully dockerized environment --- docker-scripts/shell.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 docker-scripts/shell.sh (limited to 'docker-scripts/shell.sh') diff --git a/docker-scripts/shell.sh b/docker-scripts/shell.sh new file mode 100755 index 0000000..4a417c0 --- /dev/null +++ b/docker-scripts/shell.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +# Dumps you to a shell inside of the app container + +docker run --rm -it \ + --network dispatch-tracker_backend \ + -v $(pwd)/static:/static \ + -v $(pwd)/app:/app \ + --user 0 \ + dispatch-app \ + ash -- cgit v1.2.3