add scripts to run shell
This commit is contained in:
parent
4b8b8174d6
commit
65cbdc5997
|
@ -0,0 +1 @@
|
|||
docker.exe compose -p curenet exec app bash -c 'cd /web && bash'
|
|
@ -0,0 +1 @@
|
|||
docker.exe compose -p curenet exec app bash -c 'cd /web/backend && bash'
|
|
@ -0,0 +1 @@
|
|||
docker.exe compose -p curenet exec app bash -c 'cd /web/frontend && bash'
|
Loading…
Reference in New Issue