Skip to content

Commit

Permalink
fix: update Dockerfile to install latest Next.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganthepro committed Nov 30, 2024
1 parent 5fd28ab commit 1a62770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ EXPOSE 5000
FROM base as builder
WORKDIR /app
COPY . .
RUN yarn install next@latest
RUN yarn build


Expand Down

0 comments on commit 1a62770

Please sign in to comment.