aBER0724 commited on
Commit
555fe78
·
verified ·
1 Parent(s): e3016ad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -5,9 +5,9 @@ COPY sync_data.sh sync_data.sh
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
 
13
 
 
5
  RUN ls /
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