mac9087 commited on
Commit
51ecb7c
·
verified ·
1 Parent(s): e2068e3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,5 +39,5 @@ COPY app.py .
39
  # Expose the port the app runs on (standard for Hugging Face Spaces)
40
  EXPOSE 7860
41
 
42
- # Command to run the application
43
  CMD ["python", "app.py"]
 
39
  # Expose the port the app runs on (standard for Hugging Face Spaces)
40
  EXPOSE 7860
41
 
42
+ # Command to run the applicatio
43
  CMD ["python", "app.py"]