delete all data
This commit is contained in:
parent
c5d3d9c188
commit
92b1dbaf32
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue