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