delete all data

This commit is contained in:
Mathis Logemann 2021-11-15 16:41:37 +01:00
parent c5d3d9c188
commit 92b1dbaf32

View file

@ -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