diff options
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |