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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ghcr.io/ptbsare/mcp-proxy-server/mcp-proxy-server:latest
2
 
3
  COPY sync_data.sh sync_data.sh
4
 
5
- RUN ls /
6
 
7
  EXPOSE 3663
8
 
 
2
 
3
  COPY sync_data.sh sync_data.sh
4
 
5
+ RUN ls -a /
6
 
7
  EXPOSE 3663
8