diff --git a/Dockerfile b/Dockerfile index e501e84d..0b19f91c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"