Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
6 |
-
|
7 |
-
|
|
|
|
|
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 |
|