Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,4 +17,4 @@ RUN npm run build
|
|
| 17 |
EXPOSE 5173
|
| 18 |
|
| 19 |
# Specify the command to run the application
|
| 20 |
-
CMD ["npm", "run", "
|
|
|
|
| 17 |
EXPOSE 5173
|
| 18 |
|
| 19 |
# Specify the command to run the application
|
| 20 |
+
CMD ["npm", "run", "preview"]
|