Skip to content

Commit

Permalink
fix: dockerfile file copy
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <zhangtianli2006@163.com>
  • Loading branch information
ZTL-UwU committed Dec 14, 2024
1 parent 8f8aca6 commit cb65f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM base as build
COPY . ./

# Install node modules
COPY --link .npmrc package.json bun.lockb ./
COPY --link package.json bun.lockb ./

RUN bun i --frozen-lockfile

Expand Down

0 comments on commit cb65f72

Please sign in to comment.