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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
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 applicatio
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 application
43
+ CMD ["python", "app.py"]