user shell: Setup path
This commit is contained in:
parent
d03404ea4d
commit
0f9cbd06b0
2 changed files with 4 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
# This script is used to start a user shell inside the docker container.
|
||||
cd "/var/www/data/project"
|
||||
sudo -u www-data /bin/bash "$@"
|
||||
sudo -u www-data "PATH=/var/www/data/project/vendor/bin:$PATH" /bin/bash "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue