diff --git a/Dockerfile b/Dockerfile index dbd41fc..6e234ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,5 @@ COPY --from=build-stage /tmp/build/package.json . COPY --from=build-stage /tmp/build/pnpm-lock.yaml . COPY --from=build-stage /tmp/build/node_modules ./node_modules COPY --from=build-stage /tmp/build/dist ./dist -COPY --from=build-stage /tmp/build/drizzle ./drizzle CMD node dist/index.js