SeedOfEvil commited on
Commit
5839a3d
·
verified ·
1 Parent(s): 3cd560f

Update Dockerfile

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