xasaqqq commited on
Commit
aea26b5
1 Parent(s): d3be220

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apt-get update \
16
  COPY . .
17
  COPY config.toml.example config.toml
18
 
19
- EXPOSE 8000
20
 
21
  CMD [ "python", "main.py"]
22
 
 
16
  COPY . .
17
  COPY config.toml.example config.toml
18
 
19
+ EXPOSE 7860
20
 
21
  CMD [ "python", "main.py"]
22