Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -46,4 +46,5 @@ COPY . /app
|
|
46 |
# EXPOSE 7860
|
47 |
|
48 |
# Start the SSH server when the container runs
|
49 |
-
CMD ["python3","app.py"]
|
|
|
|
46 |
# EXPOSE 7860
|
47 |
|
48 |
# Start the SSH server when the container runs
|
49 |
+
# CMD ["python3","app.py"]
|
50 |
+
CMD ["flask" , "run" , "--host=0.0.0.0", "--port=7860" ]
|