Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -4,6 +4,9 @@ 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
|
|
|
4 |
|
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
|