aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Earthfile b/Earthfile
index 67930d9e..2c7f3f7d 100644
--- a/Earthfile
+++ b/Earthfile
@@ -67,8 +67,8 @@ build:
SAVE ARTIFACT build
docker:
- FROM +build
+ COPY +build/build .
- CMD ["bun", "--bun", "./build/index.js"]
+ CMD ["bun", "--bun", "./index.js"]
SAVE IMAGE fuwn/due-next:latest