aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-06 22:24:38 -0800
committerFuwn <[email protected]>2023-12-06 22:24:38 -0800
commit03d50e03252b34d368f7b129f229a811a4af2154 (patch)
tree10db74f47c64d1b465ff64b892ae0ebe4a44cf75
parentci(earthly): docker from build (diff)
downloaddue.moe-03d50e03252b34d368f7b129f229a811a4af2154.tar.xz
due.moe-03d50e03252b34d368f7b129f229a811a4af2154.zip
ci(earthly): just copy build docker
-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