Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -57,6 +57,5 @@ RUN pip3 install --no-cache-dir --upgrade -r /app/requirements.txt
|
|
57 |
|
58 |
# Expose the port the app runs on
|
59 |
EXPOSE 7860
|
60 |
-
|
61 |
# Command to run the Flask app
|
62 |
CMD ["python3", "main.py"]
|
|
|
57 |
|
58 |
# Expose the port the app runs on
|
59 |
EXPOSE 7860
|
|
|
60 |
# Command to run the Flask app
|
61 |
CMD ["python3", "main.py"]
|