Skip to content

Commit

Permalink
feat: add pdf generation and resume review resources (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristersd authored Mar 11, 2024
1 parent 0524b83 commit 4203c12
Show file tree
Hide file tree
Showing 8 changed files with 830 additions and 246 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ RUN npm run test
RUN npm run build

FROM node:20-alpine

RUN apk --no-cache add \
ghostscript \
graphicsmagick

WORKDIR /build/reactibot

ENV NODE_ENV=production
Expand Down
Loading

0 comments on commit 4203c12

Please sign in to comment.