Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ FROM snailyp/blackbox2api:latest
|
|
| 5 |
ENV APP_SECRET=自定义api_key
|
| 6 |
|
| 7 |
# Expose the port on which the application will run
|
| 8 |
-
EXPOSE
|
| 9 |
|
| 10 |
# Define the command that starts the application
|
| 11 |
CMD ["python", "app.py"]
|
|
|
|
| 5 |
ENV APP_SECRET=自定义api_key
|
| 6 |
|
| 7 |
# Expose the port on which the application will run
|
| 8 |
+
EXPOSE 7860
|
| 9 |
|
| 10 |
# Define the command that starts the application
|
| 11 |
CMD ["python", "app.py"]
|