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 523ebde commit 2207b59Copy full SHA for 2207b59
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM nginx:latest
2
-COPY build/. /usr/share/nginx/html/
+FROM bitnami/nginx:1.23.1
+COPY build/. /app/
3
4
-VOLUME /etc/nginx/conf.d
5
-VOLUME /usr/share/nginx/html/public/cim
6
-VOLUME /usr/share/nginx/html/public/conf
+VOLUME /opt/bitnami/nginx/conf/server_blocks/
+VOLUME /app/public/cim
+VOLUME /app/public/conf
0 commit comments