Skip to content

Commit dcf6c7f

Browse files
authored
fix/mailchimp: fix Dockerfile (#394)
1 parent e6010f8 commit dcf6c7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp_servers/mailchimp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY mcp_servers/mailchimp/server.py .
1616
COPY mcp_servers/mailchimp/tools/ ./tools/
1717

1818
# Copy environment file (optional - can be overridden at runtime)
19-
COPY mcp_servers/mailchimp/.env .env
19+
#COPY mcp_servers/mailchimp/.env .env
2020

2121
# Expose the port the server runs on
2222
EXPOSE 5001

0 commit comments

Comments
 (0)