diff options
| -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 |
| index : due.moe | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Earthfile | 4 |
@@ -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 |