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.
2 parents ef4b0fe + 055ec3d commit e498fcdCopy full SHA for e498fcd
packages/compas-open-scd/Dockerfile
@@ -1,7 +1,7 @@
1
-FROM bitnami/nginx:1.29.1
2
-COPY build/. /app/
+FROM public.ecr.aws/nginx/nginx:1.29.1
+COPY build/. /usr/share/nginx/html
3
4
-VOLUME /opt/bitnami/nginx/conf/server_blocks/
5
-VOLUME /app/public/cim
6
-VOLUME /app/public/conf
7
-VOLUME /app/public/nsdoc
+VOLUME /etc/nginx/
+VOLUME /usr/share/nginx/html/public/cim
+VOLUME /usr/share/nginx/html/public/conf
+VOLUME /usr/share/nginx/html/public/nsdoc
0 commit comments