chore: add build steps to justfile

This commit is contained in:
Alexander Navarro 2025-03-26 19:49:32 -03:00
parent ba5199012f
commit e379967907
2 changed files with 23 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# ── Javascript ──────────────────────────────────────────────────────────
FROM oven/bun:1 AS bun
FROM docker.io/oven/bun:1 AS bun
WORKDIR /usr/src/app
# install dependencies into temp directory