Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zcpua authored Jun 19, 2023
1 parent 4a3cb5d commit b37e7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Production ----
FROM node:18-alpine AS production
FROM node:20-alpine AS production
WORKDIR /dist

COPY .next ./.next
Expand All @@ -12,4 +12,4 @@ RUN npm install --omit=dev
EXPOSE 3000

# Start the application
CMD ["yarn", "start"]
CMD ["yarn", "start"]

1 comment on commit b37e7af

@vercel
Copy link

@vercel vercel bot commented on b37e7af Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.