Merge branch 'dev' into 'main'

Updated to use yarn

See merge request illegitimate/illegitimate-bot!93
This commit is contained in:
2023-11-25 16:46:43 +00:00

View File

@@ -4,6 +4,6 @@ COPY . /app
WORKDIR /app WORKDIR /app
RUN npm install RUN yarn install
CMD ["node", "index.js"] CMD ["node", "src/index.js"]