fix workdir

This commit is contained in:
einhornimmond 2025-05-08 17:17:02 +02:00
parent ba51df0fb7
commit 31ad3a9508

View File

@ -81,7 +81,7 @@ RUN service mariadb start && mysql <<EOFMYSQL
FLUSH PRIVILEGES;
EOFMYSQL
WORKDIR /app
WORKDIR /app/gradido
# Configure database
RUN envsubst "$(env | sed -e 's/=.*//' -e 's/^/\$/g')" < database/.env.template > database/.env