aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files 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