Update Dockerfile
Browse files- 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", "
|
|
|
20 |
EXPOSE 7860
|
21 |
|
22 |
# Start the app – this script builds then serves via Vite preview on $PORT
|
23 |
+
CMD ["npm", "run", "dev"]
|