Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 13 |
# Copy the rest of your application code
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
-
# Expose port
|
| 17 |
EXPOSE 7860
|
| 18 |
|
| 19 |
# Set environment variables so Python outputs straight to the terminal
|
|
|
|
| 13 |
# Copy the rest of your application code
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
+
# Expose port 7860
|
| 17 |
EXPOSE 7860
|
| 18 |
|
| 19 |
# Set environment variables so Python outputs straight to the terminal
|