Skip to content

Commit

Permalink
chore: fix dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Sep 28, 2024
1 parent fea2947 commit 71d4338
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ COPY . ./

# Install node modules
COPY --link .npmrc package.json bun.lockb ./
RUN bun install
RUN ls
RUN bun -v
RUN bun i --frozen-lockfile

# Build application
RUN bun run build
Expand Down

0 comments on commit 71d4338

Please sign in to comment.