Skip to content

Commit

Permalink
docker: fix FROM nginx:stable-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
BettyB979 authored May 24, 2024
1 parent 737403d commit bcf55c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx
FROM nginx:stable-alpine
COPY build /usr/share/nginx/html
RUN rm etc/nginx/conf.d/default.conf
COPY nginx-coleman-promotion.conf etc/nginx/conf.d/
Expand Down

0 comments on commit bcf55c8

Please sign in to comment.