This commit finally removes the embed package in favor of more specific resource packages
5 lines
No EOL
191 B
Bash
Executable file
5 lines
No EOL
191 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# This script is used to start a user shell inside the docker container.
|
|
cd "/var/www/data/project"
|
|
sudo -u www-data "PATH=/var/www/data/project/vendor/bin:$PATH" /bin/bash "$@" |