Skip to content

Commit

Permalink
fix: forgot to copy over the tsconfig file - dooooh!
Browse files Browse the repository at this point in the history
  • Loading branch information
ydennisy committed Nov 19, 2023
1 parent 095e788 commit d2f3f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN npm ci

COPY src/ ./
COPY prisma/ ./
COPY tsconfig.json ./

RUN apt-get update -y && apt-get install -y openssl && \
npx prisma generate && \
Expand Down

0 comments on commit d2f3f79

Please sign in to comment.