fix fiveman deps #14

Merged
Quaternions merged 1 commits from quaternions-patch-1 into master 2024-04-24 07:10:59 +00:00
Showing only changes of commit b68d6b4aeb - Show all commits

Protected View File

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