We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d429d80 commit 5951ea9Copy full SHA for 5951ea9
1 file changed
Dockerfile
@@ -26,6 +26,9 @@ COPY . /code
26
27
# env var for building purposes
28
ENV SECRET_KEY "aGkCk2XY3qk7kOZ0HDXoGq5DXlshIhfpspT2bgrV13CzJWCsQa"
29
+ENV CORS_ALLOWED_ORIGINS "localhost:5173"
30
+ENV ALLOWED_HOSTS "http://localhost"
31
+ENV CSRF_TRUSTED_ORIGINS "http://localhost"
32
33
RUN python manage.py collectstatic --noinput
34
0 commit comments