Add logging, pdf thumbs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user