aBER0724 commited on
Commit
e3016ad
·
verified ·
1 Parent(s): 24156ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -4,6 +4,9 @@ COPY sync_data.sh sync_data.sh
4
 
5
  RUN ls /
6
 
 
 
 
7
  # RUN chmod -R 777 /mcp-proxy-server/config && \
8
  # chmod -R 777 /tools && \
9
  # sed -i "1r sync_data.sh" ./start.sh
 
4
 
5
  RUN ls /
6
 
7
+ EXPOSE 3663
8
+ EXPOSE 8080
9
+
10
  # RUN chmod -R 777 /mcp-proxy-server/config && \
11
  # chmod -R 777 /tools && \
12
  # sed -i "1r sync_data.sh" ./start.sh