aBER0724 commited on
Commit
702aac9
·
verified ·
1 Parent(s): e68c1a8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -6
Dockerfile CHANGED
@@ -5,12 +5,8 @@ COPY sync_data.sh /sync_data.sh
5
  RUN chmod -R 777 /mcp-proxy-server/config && \
6
  mkdir -p /tools && \
7
  chmod -R 777 /tools && \
8
- chmod +x /sync_data.sh && \
9
- echo '#!/bin/bash' > /start_with_sync.sh && \
10
- echo 'source /sync_data.sh &' >> /start_with_sync.sh && \
11
- echo 'exec "$@"' >> /start_with_sync.sh && \
12
- chmod +x /start_with_sync.sh
13
 
14
  EXPOSE 3663
15
 
16
- ENTRYPOINT ["/start_with_sync.sh"]
 
5
  RUN chmod -R 777 /mcp-proxy-server/config && \
6
  mkdir -p /tools && \
7
  chmod -R 777 /tools && \
8
+ chmod +x /sync_data.sh
 
 
 
 
9
 
10
  EXPOSE 3663
11
 
12
+ ENTRYPOINT ["/sync_data.sh"]