Add logging, pdf thumbs

This commit is contained in:
Patrick Fic
2022-05-03 15:26:14 -07:00
parent cb046f813b
commit 8d851c52b2
10 changed files with 3141 additions and 1568 deletions

View File

@@ -15,6 +15,12 @@ RUN npm install
# Bundle app source
COPY . .
RUN apt-get update && apt-get install -y \
imagemagick \
ghostscript \
&& rm -rf /var/lib/apt/lists/*
RUN npm run build
EXPOSE 8000