Skip to content

Commit

Permalink
ci: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Feb 10, 2024
1 parent f9d5bfb commit ceb88af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ COPY . .
RUN bun i

RUN cd web
RUN bun --bun run vite build
RUN bun ./tools/patchSW.ts
RUN bun --bun run build

# ? -------------------------

Expand Down

0 comments on commit ceb88af

Please sign in to comment.