use bun runtime
This commit is contained in:
parent
c6c6c2555b
commit
d2c5a79a10
4 changed files with 38 additions and 33 deletions
|
@ -5,7 +5,7 @@ WORKDIR /usr/src/app
|
|||
COPY . .
|
||||
|
||||
RUN ["bun", "install", "--frozen-lockfile"]
|
||||
RUN ["bun", "run", "build"]
|
||||
RUN ["bunx", "--bun", "astro", "build"]
|
||||
|
||||
FROM ghcr.io/static-web-server/static-web-server:latest
|
||||
WORKDIR /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue