Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 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
|