canvas error on hold

This commit is contained in:
Stanislaw
2022-06-21 14:13:49 +02:00
parent 7e3e7ecbf8
commit d0ed5f7e00
5 changed files with 2 additions and 779 deletions

View File

@@ -2,6 +2,5 @@
FROM node:16.10.0
WORKDIR /app
COPY ./ ./
RUN sudo apt install python
RUN npm install
CMD ["node", "index.js"]