Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -46,4 +46,4 @@ COPY . .
|
|
46 |
EXPOSE 7860
|
47 |
|
48 |
# Run your app
|
49 |
-
CMD ["
|
|
|
46 |
EXPOSE 7860
|
47 |
|
48 |
# Run your app
|
49 |
+
CMD ["python", "main.py", "--host", "0.0.0.0", "--port", "7860"]
|