Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN npm run dev
|
|
17 |
|
18 |
# Command to start the application
|
19 |
# CMD ["npm", "run", "dev"]
|
20 |
-
CMD [""]
|
21 |
|
22 |
# Expose application's default port
|
23 |
-
EXPOSE
|
|
|
17 |
|
18 |
# Command to start the application
|
19 |
# CMD ["npm", "run", "dev"]
|
20 |
+
CMD ["--host", "0.0.0.0", "--port", "7860"]
|
21 |
|
22 |
# Expose application's default port
|
23 |
+
EXPOSE 7860
|