We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f4d54 commit 13ec91cCopy full SHA for 13ec91c
Dockerfile
@@ -47,8 +47,8 @@ ENV SENTRY_RELEASE=${GIT_SHA1}
47
# disable debug mode, but allow all hosts by default when running in docker
48
ENV DEBUG=False
49
ENV ALLOWED_HOSTS="*"
50
-ENV TEMPLATES_DIRS="/data/templates"
51
-ENV STATIC_ROOT="/data/static"
+ENV TEMPLATES_DIRS="/code/tests/app/idp/templates"
+ENV STATIC_ROOT="/code/tests/app/idp/static"
52
ENV DATABASE_URL="sqlite:////data/db.sqlite3"
53
54
0 commit comments