Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeriy Selitskiy committed Jan 3, 2024
1 parent 47f1a68 commit 4762d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ FROM gcr.io/distroless/static
ARG BOT_TOKEN
ARG OPENAI_TOKEN
ARG LANG=en
ARG CHATGPT_VERSION=3.5
ARG CHAT_MODEL=gpt-3.5-turbo-1106

ENV BOT_TOKEN=${BOT_TOKEN} \
OPENAI_TOKEN=${OPENAI_TOKEN} \
LANG=${LANG} \
CHATGPT_VERSION=${CHATGPT_VERSION}
CHAT_MODEL=${CHAT_MODEL}
COPY --from=base /chatgptbot .
ENTRYPOINT ["./chatgptbot"]

0 comments on commit 4762d8b

Please sign in to comment.