Skip to content

Commit 2207b59

Browse files
author
Dennis Labordus
committed
Switched to Bitnami container image
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 523ebde commit 2207b59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM nginx:latest
2-
COPY build/. /usr/share/nginx/html/
1+
FROM bitnami/nginx:1.23.1
2+
COPY build/. /app/
33

4-
VOLUME /etc/nginx/conf.d
5-
VOLUME /usr/share/nginx/html/public/cim
6-
VOLUME /usr/share/nginx/html/public/conf
4+
VOLUME /opt/bitnami/nginx/conf/server_blocks/
5+
VOLUME /app/public/cim
6+
VOLUME /app/public/conf

0 commit comments

Comments
 (0)