This commit is contained in:
platane
2022-03-24 10:56:07 +01:00
committed by Platane
parent b7298f7ff7
commit c97378f175
8 changed files with 150 additions and 51 deletions

View File

@@ -1,9 +0,0 @@
FROM node:16-slim
WORKDIR /github/snk
RUN npm install canvas@2.8.0 gifsicle@5.2.0 --no-save --no-package-lock
COPY dist /github/snk/
CMD ["node", "/github/snk/index.js"]