mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-28 21:25:32 +00:00
fix workdir
This commit is contained in:
parent
ba51df0fb7
commit
31ad3a9508
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user