Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ COPY . .
|
|
22 |
EXPOSE 7860
|
23 |
|
24 |
# Command to run the application
|
25 |
-
CMD ["npm", "start"]
|
|
|
22 |
EXPOSE 7860
|
23 |
|
24 |
# Command to run the application
|
25 |
+
CMD ["npm", "start", "--host", "0.0.0.0", "--port", "7860"]
|