Skip to content

Commit

Permalink
feat: 🎸 Added drizzle folder to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HighError committed Feb 29, 2024
1 parent ccbcf7a commit f6fdc18
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 @@ -14,6 +14,7 @@ COPY --from=builder /usr/src/app/dist ./dist
COPY --from=builder /usr/src/app/.husky ./.husky
COPY --from=builder /usr/src/app/package.json ./package.json
COPY --from=builder /usr/src/app/pnpm-lock.yaml ./pnpm-lock.yaml
COPY --from=builder /usr/src/app/drizzle ./drizzle
COPY --from=builder --chmod=755 /usr/src/app/start.sh ./start.sh

RUN npm install -g pnpm && pnpm install
Expand Down

0 comments on commit f6fdc18

Please sign in to comment.