update docker file for pdf

This commit is contained in:
Ivan 2023-09-07 12:37:58 +03:00
parent b53f11ee48
commit 2fd998f548
Signed by untrusted user who does not match committer: ppechenkoo
GPG Key ID: 0C191B86D9582583

View File

@ -7,6 +7,8 @@ COPY package*.json ./
RUN npm install RUN npm install
RUN apt-get update && apt-get install -y libnss3
# Bundle app source # Bundle app source
COPY . . COPY . .