1
0
Fork 0

tune for new dottie image

This commit is contained in:
Christian Winther 2024-02-24 23:29:45 +00:00
parent b08bb3669d
commit c1c361ef9b
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
set -e -o errexit -o nounset -o pipefail
declare project_root="${PWD}"
declare user="${PF_USER:=www-data}"
if command -v git &>/dev/null; then
project_root=$(git rev-parse --show-toplevel)
@ -19,9 +20,9 @@ declare -a flags=(
--rm
--interactive
--tty
--user "${user}"
--env TERM
--env COLORTERM
--volume "/tmp:/tmp"
--volume "${project_root}:/var/www"
--workdir /var/www
)