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 ff61f67 commit 95bc6b4Copy full SHA for 95bc6b4
Dockerfile
@@ -41,7 +41,7 @@ RUN SECRET_KEY=dummy \
41
python3 manage.py collectstatic --noinput
42
43
# runtime nginx image
44
-FROM nginx:alpine@sha256:61e01287e546aac28a3f56839c136b31f590273f3b41187a36f46f6a03bbfe22 AS runtime-nginx
+FROM nginx:alpine@sha256:756e5cea3fcf99e6a63f97ab9196032fe8403070d2724388541ef917c62e13ba AS runtime-nginx
45
46
COPY --from=builder /app/src/static_built /var/www/html/static
47
COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf
0 commit comments