Skip to content

Commit

Permalink
Update command in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Sep 15, 2023
1 parent 5c79898 commit c4e4673
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 @@ -13,7 +13,7 @@ RUN yarn install
COPY . .

# Build the Next.js application for production
RUN npm run build
RUN yarn build

ENV PORT 3000

Expand Down

0 comments on commit c4e4673

Please sign in to comment.