rippanteq7 commited on
Commit
e0557e8
·
verified ·
1 Parent(s): a1f688d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ COPY package*.json ./
18
  RUN npm install --only=production
19
  COPY --from=builder /src/.next ./.next
20
  EXPOSE 7860
21
- CMD ["next", "start", "-p", "7860"]
 
18
  RUN npm install --only=production
19
  COPY --from=builder /src/.next ./.next
20
  EXPOSE 7860
21
+ CMD ["npm", "run", "start"]