diff options
| author | Fuwn <[email protected]> | 2023-12-06 17:57:49 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-06 18:00:54 -0800 |
| commit | 087b53118fb91263322e54f5647d055b0c51f26e (patch) | |
| tree | 3254092ebed5af1e63af056087fd5ccd7e2bdf7a | |
| parent | ci(earthly): bump bun (diff) | |
| download | due.moe-087b53118fb91263322e54f5647d055b0c51f26e.tar.xz due.moe-087b53118fb91263322e54f5647d055b0c51f26e.zip | |
ci(earthly): pin ignore and docker
| -rw-r--r-- | .earthlyignore | 10 | ||||
| -rw-r--r-- | Earthfile | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/.earthlyignore b/.earthlyignore new file mode 100644 index 00000000..b2efa5e4 --- /dev/null +++ b/.earthlyignore @@ -0,0 +1,10 @@ +** + +!src/ +!static/ +!bun.lockb +!due_moe_schema.sql +!package.json +!svelte.config.js +!tsconfig.json +!vite.config.ts
\ No newline at end of file @@ -39,7 +39,7 @@ dev: SAVE IMAGE fuwn/due-next-dev:latest rundev: - FROM docker:24.0.7-dind + FROM earthly/dind:alpine-3.18-docker-23.0.6-r7 WITH DOCKER --load +dev RUN docker run --network=host \ |