add scripts to run shell

This commit is contained in:
Sieciech 2021-07-26 09:10:23 +02:00
parent 4b8b8174d6
commit 65cbdc5997
3 changed files with 3 additions and 0 deletions

1
docker/shell Normal file
View File

@ -0,0 +1 @@
docker.exe compose -p curenet exec app bash -c 'cd /web && bash'

1
src/backend/shell Normal file
View File

@ -0,0 +1 @@
docker.exe compose -p curenet exec app bash -c 'cd /web/backend && bash'

1
src/frontend/shell Normal file
View File

@ -0,0 +1 @@
docker.exe compose -p curenet exec app bash -c 'cd /web/frontend && bash'