Spaces:
Configuration error
Configuration error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,6 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 12 |
COPY . .
|
| 13 |
|
| 14 |
# IMPORTANT: Expose the port our webhook server needs to listen on.
|
| 15 |
-
# The file you linked was missing this line.
|
| 16 |
EXPOSE 7860
|
| 17 |
|
| 18 |
# Command to run the application
|
|
|
|
| 12 |
COPY . .
|
| 13 |
|
| 14 |
# IMPORTANT: Expose the port our webhook server needs to listen on.
|
|
|
|
| 15 |
EXPOSE 7860
|
| 16 |
|
| 17 |
# Command to run the application
|