Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Oct 25, 2023
1 parent c28a4a0 commit 9026c81
Show file tree
Hide file tree
Showing 6 changed files with 481 additions and 507 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ./src ./src
RUN npm run build

# production
FROM nginx:1.23.4-alpine
FROM nginx:1.25.2-alpine
RUN addgroup -S nonroot && adduser -S nonroot -G nonroot
USER nonroot
COPY --from=build /app/build /usr/share/nginx/html
Expand Down
Loading

0 comments on commit 9026c81

Please sign in to comment.