Use nginx:stable-alpine as base image for docker container

Change-Id: Ibc9b430cb79b8c05b111d3993fc3b1543853a515
This commit is contained in:
Manuel Stahl 2024-04-19 09:36:44 +02:00
parent 6bdeadcc3e
commit df1fbbc16b

View file

@ -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