Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,4 +30,4 @@ RUN pnpm install
|
|
30 |
RUN chmod -R 777 /home/appuser/react-video-editor
|
31 |
|
32 |
# Start the application
|
33 |
-
CMD ["
|
|
|
30 |
RUN chmod -R 777 /home/appuser/react-video-editor
|
31 |
|
32 |
# Start the application
|
33 |
+
CMD ["pnpm", "run", "dev", "--", "--host"]
|