mcp-proxy / Dockerfile
elmerzole's picture
Update Dockerfile
4ce899f verified
raw
history blame contribute delete
133 Bytes
FROM ghcr.io/tbxark/mcp-proxy:latest
COPY config.json /config/config.json
CMD ["--config", "/config/config.json", "--expand-env"]