mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Renamed demo environment to docker
This commit is contained in:
parent
a128f40358
commit
49d7a527f5
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue