Merge pull request 'fix fiveman deps' () from quaternions-patch-1 into master

Reviewed-on: 
This commit is contained in:
Quaternions 2024-04-24 07:10:58 +00:00
commit c8ca1f2f11

@ -4,6 +4,6 @@ COPY ./ /app
WORKDIR /app
RUN npm install
RUN apk add --no-cache g++ make python3 && npm install
CMD [ "node","bot.js" ]