Spaces:
Running
Running
build command
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ RUN npm run build
|
|
22 |
EXPOSE 3000
|
23 |
|
24 |
# Start the application
|
25 |
-
CMD ["npm", "preview"]
|
|
|
22 |
EXPOSE 3000
|
23 |
|
24 |
# Start the application
|
25 |
+
CMD ["npm", "run", "preview"]
|