Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -54,4 +54,4 @@ RUN pip3 install --no-cache-dir --upgrade -r /app/requirements.txt
|
|
54 |
EXPOSE 7860
|
55 |
|
56 |
# Command to run the Flask app
|
57 |
-
CMD ["python3", "main.py"]
|
|
|
54 |
EXPOSE 7860
|
55 |
|
56 |
# Command to run the Flask app
|
57 |
+
CMD ["python3", "main.py"]
|