From 65cbdc59978acf6b270b2df970ab5ae41296a900 Mon Sep 17 00:00:00 2001 From: Sieciech Date: Mon, 26 Jul 2021 09:10:23 +0200 Subject: [PATCH] add scripts to run shell --- docker/shell | 1 + src/backend/shell | 1 + src/frontend/shell | 1 + 3 files changed, 3 insertions(+) create mode 100644 docker/shell create mode 100644 src/backend/shell create mode 100644 src/frontend/shell diff --git a/docker/shell b/docker/shell new file mode 100644 index 0000000..800e152 --- /dev/null +++ b/docker/shell @@ -0,0 +1 @@ +docker.exe compose -p curenet exec app bash -c 'cd /web && bash' \ No newline at end of file diff --git a/src/backend/shell b/src/backend/shell new file mode 100644 index 0000000..d789c65 --- /dev/null +++ b/src/backend/shell @@ -0,0 +1 @@ +docker.exe compose -p curenet exec app bash -c 'cd /web/backend && bash' \ No newline at end of file diff --git a/src/frontend/shell b/src/frontend/shell new file mode 100644 index 0000000..a2468e8 --- /dev/null +++ b/src/frontend/shell @@ -0,0 +1 @@ +docker.exe compose -p curenet exec app bash -c 'cd /web/frontend && bash' \ No newline at end of file