We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2517374 commit 0625a74Copy full SHA for 0625a74
docker/reverse_proxy/Dockerfile
@@ -1,7 +1,7 @@
1
-FROM nerd_herder_frontend:latest as frontend
+FROM registry.gitlab.com/cache-rules/nerd_herder_ops/frontend:latest as frontend
2
RUN yarn build
3
-FROM nerd_herder_nerd_herder:latest as backend
4
-RUN python manage.py collectstatic --no-input
+FROM registry.gitlab.com/cache-rules/nerd_herder_ops/nerd_herder:latest as backend
+RUN SECRET_KEY=WORKAROUND_FOR_COLLECTSTATIC python manage.py collectstatic --no-input
5
FROM abiosoft/caddy:0.11.0-no-stats
6
7
COPY --from=frontend /usr/src/nerd_herder/frontend/build /var/www/nerd_herder/
0 commit comments