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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -3
Dockerfile CHANGED
@@ -2,7 +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 chmod -R 777 /mcp-proxy-server/config && \
6
- chmod -R 777 ../tools && \
7
- sed -i "1r sync_data.sh" ./start.sh
 
 
8
 
 
2
 
3
  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
10