15-fixes #16

Merged
Sieciech merged 3 commits from 15-fixes into dev 2021-07-26 07:30:48 +00:00
3 changed files with 3 additions and 0 deletions
Showing only changes of commit 65cbdc5997 - Show all commits

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'