mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 21:43:45 +08:00
Amending env thing
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user