Skip to content

Commit

Permalink
adding back required files
Browse files Browse the repository at this point in the history
  • Loading branch information
chasebolt authored May 16, 2022
1 parent 11fdd9a commit 51f0c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* && \
npm install --global prisma

COPY calcom/package.json calcom/yarn.lock calcom/turbo.json ./
COPY --from=builder /calcom/node_modules ./node_modules
COPY --from=builder /calcom/packages ./packages
COPY --from=builder /calcom/apps/web ./apps/web
Expand Down

0 comments on commit 51f0c2c

Please sign in to comment.