Skip to content

Commit

Permalink
feat: add pdf generation and resume review resources
Browse files Browse the repository at this point in the history
  • Loading branch information
kristersd committed Mar 10, 2024
1 parent 2669c0d commit 6083a07
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 6083a07

Please sign in to comment.