Amending env thing

This commit is contained in:
DominicJamesWhite
2025-04-09 15:11:28 +02:00
parent 2d8b5ebc61
commit 4781861a92
2 changed files with 5 additions and 8 deletions

View File

@@ -43,9 +43,6 @@ COPY --from=builder /app/.next/server ./.next/server
COPY --from=builder /app/bin /app/bin
RUN chmod +x /app/bin/*
RUN mkdir -p /app/app/mcp && chmod 777 /app/app/mcp
COPY --from=builder /app/app/mcp/mcp_config.default.json /app/app/mcp/mcp_config.json
EXPOSE 3000
CMD if [ -n "$PROXY_URL" ]; then \