aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Earthfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Earthfile b/Earthfile
index 08d82da9..920fdd8c 100644
--- a/Earthfile
+++ b/Earthfile
@@ -4,6 +4,10 @@ FROM oven/bun:1.0.11
WORKDIR /due
+all:
+ BUILD +lint
+ BUILD +docker
+
deps:
RUN apt update -y
RUN apt upgrade -y