Skip to content

Commit

Permalink
use bookworm image of more recent nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Yavorsky committed Jun 5, 2024
1 parent 163322a commit 0f7551d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY . .

RUN npm run build:${ENV}

FROM nginx:1.21
FROM nginx:1.27-bookworm
COPY --from=builder /app/out /usr/share/nginx/html
COPY --from=builder /app/nginx/default.conf /etc/nginx/conf.d/default.conf
EXPOSE 80

0 comments on commit 0f7551d

Please sign in to comment.