File size: 298 Bytes
a3f26a0
 
e68c1a8
a3f26a0
555fe78
e68c1a8
555fe78
702aac9
a3f26a0
8685e83
 
 
 
e68c1a8
702aac9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FROM ghcr.io/ptbsare/mcp-proxy-server/mcp-proxy-server:latest

COPY sync_data.sh /sync_data.sh

RUN chmod -R 777 /mcp-proxy-server/config && \
    mkdir -p /tools && \
    chmod -R 777 /tools && \
    chmod +x /sync_data.sh

ENV PORT=7860
ENV HOST=0.0.0.0

EXPOSE 7860

ENTRYPOINT ["/sync_data.sh"]