Severian commited on
Commit
728217a
·
1 Parent(s): 17a30c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN npm run build
20
  # Your app runs on port 3000
21
  EXPOSE 3000
22
 
23
- CMD [ "node", ".next/standalone/server.js", "start" ]
 
20
  # Your app runs on port 3000
21
  EXPOSE 3000
22
 
23
+ CMD [ "node", "run", "start" ]