Skip to content

Commit

Permalink
Use nginx:stable-alpine as base image for docker container
Browse files Browse the repository at this point in the history
Change-Id: Ibc9b430cb79b8c05b111d3993fc3b1543853a515
  • Loading branch information
awesome-manuel committed Apr 19, 2024
1 parent 6bdeadc commit df1fbbc
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
Expand Up @@ -11,7 +11,7 @@ RUN REACT_APP_SERVER=$REACT_APP_SERVER yarn build


# App
FROM nginx:alpine
FROM nginx:stable-alpine

COPY --from=builder /src/build /app

Expand Down

0 comments on commit df1fbbc

Please sign in to comment.