Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl authored Feb 22, 2024
1 parent e7dc0c4 commit fd8b13c
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
@@ -1,7 +1,7 @@
FROM node:19.5.0


# referencing kubernetes environment #
# referencing docker compose #
ENV guildId ${guildId}
ENV gptModel ${gptModel}
ENV channelId ${channelId}
Expand All @@ -17,4 +17,4 @@ COPY ./ /usr/app
RUN npm install


CMD ["node", "index.js"]
CMD ["node", "index.js"]

0 comments on commit fd8b13c

Please sign in to comment.