Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Sep 23, 2024
1 parent 4d8f69e commit 75208a7
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 @@ -14,7 +14,7 @@ COPY --from=deps /app/node_modules ./node_modules
COPY . .


RUN yarn build
RUN bun run build


FROM base AS runner
Expand Down

0 comments on commit 75208a7

Please sign in to comment.