diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..28c99b0 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM node:18 +RUN git clone https://github.com/jakecoppinger/matrix-chatgpt-bot.git +WORKDIR matrix-chatgpt-bot +COPY env .env +#RUN yarn install +RUN yarn install --har --production=true +RUN yarn build +RUN yarn start