JIMMYGGG commited on
Commit
db4cf6e
·
verified ·
1 Parent(s): 92b819f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 8001
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"]