Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -25,8 +25,8 @@ RUN pnpm install
|
|
25 |
RUN chmod -R 777 /home/appuser/react-video-editor
|
26 |
|
27 |
# Expose the port
|
28 |
-
EXPOSE
|
29 |
-
ENV PORT
|
30 |
|
31 |
# Start the application
|
32 |
CMD ["pnpm", "dev"]
|
|
|
25 |
RUN chmod -R 777 /home/appuser/react-video-editor
|
26 |
|
27 |
# Expose the port
|
28 |
+
EXPOSE 5173
|
29 |
+
ENV PORT 5173
|
30 |
|
31 |
# Start the application
|
32 |
CMD ["pnpm", "dev"]
|