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