Skip to content

Commit e498fcd

Browse files
authored
Merge pull request #409 from com-pas/chore/switch-nginx-baseimage
chore: Switch nginx baseimage to aws/nginx
2 parents ef4b0fe + 055ec3d commit e498fcd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM bitnami/nginx:1.29.1
2-
COPY build/. /app/
1+
FROM public.ecr.aws/nginx/nginx:1.29.1
2+
COPY build/. /usr/share/nginx/html
33

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

0 commit comments

Comments
 (0)