Skip to content

Commit

Permalink
Merge branch 'develop' into fix-docker-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kusalananda committed Sep 5, 2024
2 parents 3f446d0 + 74cdf34 commit 3832600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY --chown=node:node /. /home/node/app/
COPY --from=build --chown=node:node /home/node/node_modules/ /home/node/app/node_modules/
RUN npm run build

FROM nginx:1.25.3-alpine
FROM nginx:1.27.0-alpine

RUN mkdir -p /app/dist
COPY --from=bundler --chown=www-data:www-data /home/node/app/public/ /app/dist

0 comments on commit 3832600

Please sign in to comment.