generated from alecodes/base-template
chore: add build steps to justfile
This commit is contained in:
parent
ba5199012f
commit
e379967907
2 changed files with 23 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue