aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Earthfile b/Earthfile
index 710f00e..af01298 100644
--- a/Earthfile
+++ b/Earthfile
@@ -25,14 +25,11 @@ image:
SAVE IMAGE --push fuwn/mayu:${tag}
-deps:
+build:
FROM ghcr.io/gleam-lang/gleam:v1.10.0-erlang-alpine
RUN apk add --no-cache build-base
-build:
- FROM +deps
-
WORKDIR /mayu/
COPY src/ /mayu/src/