Skip to content

Commit

Permalink
Change build command in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
larsha committed Dec 5, 2024
1 parent c922eac commit 1bf672a
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 @@ -14,7 +14,7 @@ RUN npm ci

COPY --chown=node:node . /home/node/web

RUN npm run export
RUN npx next build

FROM nginx:1.26-alpine
COPY --from=builder /home/node/web/out /var/www
Expand Down

0 comments on commit 1bf672a

Please sign in to comment.