Skip to content

Commit

Permalink
Switched to Bitnami container image
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
  • Loading branch information
Dennis Labordus committed Oct 6, 2022
1 parent 523ebde commit 2207b59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx:latest
COPY build/. /usr/share/nginx/html/
FROM bitnami/nginx:1.23.1
COPY build/. /app/

VOLUME /etc/nginx/conf.d
VOLUME /usr/share/nginx/html/public/cim
VOLUME /usr/share/nginx/html/public/conf
VOLUME /opt/bitnami/nginx/conf/server_blocks/
VOLUME /app/public/cim
VOLUME /app/public/conf

0 comments on commit 2207b59

Please sign in to comment.