Renamed demo environment to docker

This commit is contained in:
Jan Böhmer 2023-02-04 23:40:24 +01:00
parent a128f40358
commit 49d7a527f5
5 changed files with 6 additions and 6 deletions

View file

@ -49,8 +49,8 @@ USER www-data
RUN composer install -a --no-dev && composer clear-cache
RUN yarn install && yarn build && yarn cache clean && rm -rf node_modules/
# Use demo env to output logs to stdout
ENV APP_ENV=demo
# Use docker env to output logs to stdout
ENV APP_ENV=docker
ENV DATABASE_URL="sqlite:///%kernel.project_dir%/uploads/app.db"
USER root