mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 13:23:07 +00:00
5 lines
119 B
Bash
5 lines
119 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
CWD="/shared/httpd"
|
||
|
docker-compose exec --user root php env TERM=xterm /bin/sh -c "cd ${CWD}; exec bash -l"
|