Skip to content

Commit

Permalink
chore: run nginx unprivileged
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Jan 7, 2024
1 parent ad571b1 commit c4d5da3
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 @@ -15,7 +15,7 @@ COPY . .
ARG NODE_ENV=production
RUN yarn build:app:docker

FROM nginx:1.21-alpine as production
FROM nginxinc/nginx-unprivileged:1.25-alpine-slim as production

COPY --from=production_buildstage /opt/node_app/excalidraw-app/build /usr/share/nginx/html

Expand Down

0 comments on commit c4d5da3

Please sign in to comment.