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 1925bb8Copy full SHA for 1925bb8
Dockerfile
@@ -57,7 +57,10 @@ ENV DATABASE_URL="sqlite:////data/db.sqlite3"
57
COPY --from=builder /opt/venv /opt/venv
58
ENV PATH="/opt/venv/bin:$PATH"
59
COPY --from=builder /code /code
60
-RUN mkdir -p /code/tests/app/idp/static /code/tests/app/idp/templates
+RUN mkdir -p /data/static /data/templates
61
+COPY --from=builder /code/tests/app/idp/static /data/static
62
+COPY --from=builder /code/tests/app/idp/templates /data/templates
63
+
64
WORKDIR /code/tests/app/idp
65
RUN apt-get update && apt-get install -y \
66
libpq5 \
0 commit comments