From 4326c4359e45dd3aed776a18cceadec786f5ea98 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 1 Sep 2023 00:11:42 -0700 Subject: ci(docker): only copy build --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 921114c7..14901cd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ FROM oven/bun:0.8.1 WORKDIR /due -COPY --from=build /due . +COPY --from=build /due/build . EXPOSE 3000 -CMD ["bun", "./build/index.js"] \ No newline at end of file +CMD ["bun", "./index.js"] \ No newline at end of file -- cgit v1.2.3