wisski-cloud-distillery/distillery/resources/compose/barrel/scripts/user_shell.sh
2020-07-29 14:44:31 +02:00

5 lines
No EOL
145 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 /bin/bash "$@"