trying fix pdf

This commit is contained in:
Ivan
2023-09-07 12:39:35 +03:00
parent 2fd998f548
commit b809888c95

View File

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