aBER0724 commited on
Commit
0d49cf8
·
verified ·
1 Parent(s): 40c0557

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -2,12 +2,9 @@ FROM ghcr.io/ptbsare/mcp-proxy-server/mcp-proxy-server:latest
2
 
3
  COPY sync_data.sh sync_data.sh
4
 
5
- RUN ls -a /
6
-
7
- EXPOSE 3663
8
-
9
  RUN chmod -R 777 /mcp-proxy-server/config && \
10
  mkdir /tools && \
11
  chmod -R 777 /tools && \
12
  sed -i "1r sync_data.sh" ./start.sh
13
 
 
 
2
 
3
  COPY sync_data.sh sync_data.sh
4
 
 
 
 
 
5
  RUN chmod -R 777 /mcp-proxy-server/config && \
6
  mkdir /tools && \
7
  chmod -R 777 /tools && \
8
  sed -i "1r sync_data.sh" ./start.sh
9
 
10
+ EXPOSE 3663