IHaBiS commited on
Commit
3f6604d
1 Parent(s): 399f946

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,6 +4,6 @@ RUN apt-get update && apt-get install -y wget
4
  RUN wget https://github.com/OwO-Network/DeepLX/releases/latest/download/deeplx_linux_amd64 -O deeplx
5
  RUN chmod +x deeplx
6
 
7
- EXPOSE 1188
8
 
9
- CMD ./deeplx -token $ACCESS_TOKEN
 
4
  RUN wget https://github.com/OwO-Network/DeepLX/releases/latest/download/deeplx_linux_amd64 -O deeplx
5
  RUN chmod +x deeplx
6
 
7
+ EXPOSE 7860
8
 
9
+ CMD ./deeplx -p 7860 -token $ACCESS_TOKEN