Skip to content

Commit 13ec91c

Browse files
committed
Fix Dockerfile
1 parent 48f4d54 commit 13ec91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ ENV SENTRY_RELEASE=${GIT_SHA1}
4747
# disable debug mode, but allow all hosts by default when running in docker
4848
ENV DEBUG=False
4949
ENV ALLOWED_HOSTS="*"
50-
ENV TEMPLATES_DIRS="/data/templates"
51-
ENV STATIC_ROOT="/data/static"
50+
ENV TEMPLATES_DIRS="/code/tests/app/idp/templates"
51+
ENV STATIC_ROOT="/code/tests/app/idp/static"
5252
ENV DATABASE_URL="sqlite:////data/db.sqlite3"
5353

5454

0 commit comments

Comments
 (0)