Skip to content

Commit

Permalink
Merge 5f60960 into 4de9b68
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
2 parents 4de9b68 + 5f60960 commit 8332095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN yarn build
# CMD ["npx", "yarn", "run", "serveprod"]
# RUN yarn add serve

FROM nginx:1.25.3-alpine3.18-slim as production-stage
FROM nginx:1.25.4-alpine3.18-slim as production-stage
WORKDIR /app

ENV APP_PORT 8001
Expand Down

0 comments on commit 8332095

Please sign in to comment.