Install packages with Bun
This commit is contained in:
parent
c0cecb5632
commit
0caf584e74
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
# Base
|
||||
## For AMD64 Servers:
|
||||
FROM ark.sudovanilla.org/korbs/bun:amd64 as based
|
||||
FROM ark.sudovanilla.org/korbs/bun:arm64 AS based
|
||||
## For ARM64 Servers:
|
||||
## FROM ark.sudovanilla.org/korbs/bun:arm64 as based
|
||||
|
||||
|
@ -31,7 +31,7 @@ COPY . .
|
|||
ENV NODE_ENV=production
|
||||
|
||||
# Build
|
||||
RUN bun run build
|
||||
RUN bun install && bun run build
|
||||
|
||||
# Run
|
||||
USER bun
|
||||
|
|
Loading…
Reference in a new issue