Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lullis committed Jan 30, 2025
1 parent 48f4d54 commit 13ec91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ ENV SENTRY_RELEASE=${GIT_SHA1}
# disable debug mode, but allow all hosts by default when running in docker
ENV DEBUG=False
ENV ALLOWED_HOSTS="*"
ENV TEMPLATES_DIRS="/data/templates"
ENV STATIC_ROOT="/data/static"
ENV TEMPLATES_DIRS="/code/tests/app/idp/templates"
ENV STATIC_ROOT="/code/tests/app/idp/static"
ENV DATABASE_URL="sqlite:////data/db.sqlite3"


Expand Down

0 comments on commit 13ec91c

Please sign in to comment.