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 d8d966d commit 5e0ed75Copy full SHA for 5e0ed75
backend/Dockerfile
@@ -84,4 +84,6 @@ COPY ./entrypoint.sh /entrypoint.sh
84
85
RUN mkdir -p assets && .venv/bin/python manage.py collectstatic --noinput
86
87
+ENV PGSSLCERT /tmp/postgresql.crt
88
+
89
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments