sigyllly commited on
Commit
6d652fe
·
verified ·
1 Parent(s): e6366eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]