This commit is contained in:
2023-01-04 19:44:52 +01:00
committed by GitHub
parent 5cd38391f2
commit f0e7d049d9

View File

@@ -4,7 +4,7 @@ WORKDIR /app
RUN apt update;apt install wkhtmltopdf curl -y
COPY package.json ./
COPY ./package.json ./
RUN npm install