This commit is contained in:
2023-01-04 19:36:17 +01:00
committed by GitHub
parent 0c27f3f874
commit 2157ac24fd
2 changed files with 13 additions and 0 deletions

13
Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM node:latest
WORKDIR /app
RUN apt update;apt install wkhtmltopdf curl -y
COPY package.json ./
RUN npm install
COPY . .
CMD node src/index.js

0
keys/somepublicapikey Normal file
View File