aBER0724 commited on
Commit
8685e83
·
verified ·
1 Parent(s): 10a7680

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -7,6 +7,9 @@ RUN chmod -R 777 /mcp-proxy-server/config && \
7
  chmod -R 777 /tools && \
8
  chmod +x /sync_data.sh
9
 
10
- EXPOSE 3663
 
 
 
11
 
12
  ENTRYPOINT ["/sync_data.sh"]
 
7
  chmod -R 777 /tools && \
8
  chmod +x /sync_data.sh
9
 
10
+ ENV PORT=7860
11
+ ENV HOST=0.0.0.0
12
+
13
+ EXPOSE 7860
14
 
15
  ENTRYPOINT ["/sync_data.sh"]