Skip to content

Commit

Permalink
build: remove problematic context
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed May 15, 2024
1 parent b901d17 commit 302f68e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ RUN yarn install --frozen-lockfile
COPY . .
RUN rm -rf ./ui
RUN rm -rf ./apis
RUN rm -rf ./cli/test
RUN rm -rf ./packages/model/test
RUN rm -rf ./packages/testing
RUN rm -rf ./packages/express
RUN rm -rf ./packages/express-rdf-request
RUN rm -rf ./packages/shacl-middleware
Expand Down

0 comments on commit 302f68e

Please sign in to comment.