Severian commited on
Commit
9628ed3
·
verified ·
1 Parent(s): 069b336

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ ENV PORT 7860
20
  EXPOSE 7860
21
 
22
  # Start the app – this script builds then serves via Vite preview on $PORT
23
- CMD ["npm", "start"]
 
20
  EXPOSE 7860
21
 
22
  # Start the app – this script builds then serves via Vite preview on $PORT
23
+ CMD ["npm", "run", "dev"]