Skip to content

Commit

Permalink
delete all data
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisloge committed Nov 15, 2021
1 parent c5d3d9c commit 92b1dba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ RUN cmake --preset linux-gcc-release -DBUILD_DEMO_VIEWER=OFF -DBUILD_TESTING=OFF
RUN cmake --build --preset linux-gcc-release
RUN cmake --build --preset linux-gcc-release --target install

RUN rm -rf build
WORKDIR /
RUN rm -rf /app

0 comments on commit 92b1dba

Please sign in to comment.