update docker file for pdf
This commit is contained in:
@ -7,6 +7,8 @@ COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
RUN apt-get update && apt-get install -y libnss3
|
||||
|
||||
# Bundle app source
|
||||
COPY . .
|
||||
|
||||
|
Reference in New Issue
Block a user