feat: support https_proxy for standalone mode

This commit is contained in:
wener
2023-03-31 23:41:18 +08:00
parent 2ae62d9c0e
commit 20738d9deb
8 changed files with 88 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ RUN apk update && apk add --no-cache git
ENV OPENAI_API_KEY=""
ENV CODE=""
ARG DOCKER=true
ARG STANDALONE=true
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules