SeedOfEvil commited on
Commit
b295fcc
·
verified ·
1 Parent(s): c677a45

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -17,8 +17,8 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
17
  # Copy application code
18
  COPY app.py .
19
 
20
- # Expose the default Gradio port
21
  EXPOSE 7860
22
 
23
  # Run the app
24
- CMD ["python", "app.py"]
 
17
  # Copy application code
18
  COPY app.py .
19
 
20
+ # Expose Gradio default port
21
  EXPOSE 7860
22
 
23
  # Run the app
24
+ CMD ["python", "app.py"]