hadadrjt commited on
Commit
47d9885
·
1 Parent(s): fefb244

ai: Bind new port.

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ COPY --chown=$UID:$GID webui.db /app/backend/data/
20
  RUN chmod 555 /app/backend/data/webui.db
21
 
22
  # Open the port so the application can be accessed
23
- EXPOSE 7860
24
 
25
  # Start the application using the startup script
26
  CMD ["bash", "start.sh"]
 
20
  RUN chmod 555 /app/backend/data/webui.db
21
 
22
  # Open the port so the application can be accessed
23
+ EXPOSE 8000
24
 
25
  # Start the application using the startup script
26
  CMD ["bash", "start.sh"]
README.md CHANGED
@@ -6,7 +6,7 @@ emoji: ⚡
6
  colorFrom: purple
7
  colorTo: green
8
  sdk: docker
9
- app_port: 7860
10
  pinned: true
11
  thumbnail: >-
12
  https://cdn-uploads.huggingface.co/production/uploads/686e28b405d4ddcdd96adeb2/i9iufR3L-rgj39mk_B9QW.jpeg
 
6
  colorFrom: purple
7
  colorTo: green
8
  sdk: docker
9
+ app_port: 8000
10
  pinned: true
11
  thumbnail: >-
12
  https://cdn-uploads.huggingface.co/production/uploads/686e28b405d4ddcdd96adeb2/i9iufR3L-rgj39mk_B9QW.jpeg