Skip to content

Commit

Permalink
build: remove docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenbagel authored Jan 30, 2025
1 parent 283e686 commit 708183a
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 @@ -29,7 +29,7 @@ RUN pnpm build
# remove development dependencies
RUN pnpm prune --prod --ignore-scripts

RUN rm -rf src server .next/cache charts
RUN rm -rf src server .next/cache charts gen-docs docs

RUN touch config/DOCKER

Expand Down

0 comments on commit 708183a

Please sign in to comment.