build(docker): remove seemingly unnecessary files

This commit is contained in:
Sebastian Di Luzio 2025-04-17 19:00:37 +02:00
parent e98222aef5
commit ce80ddfaa4

View file

@ -19,7 +19,6 @@ RUN apt-get update && apt-get install -y\
COPY ./CMakeLists.txt ./LICENSE ./README.md /home/servatrice/code/
COPY ./cmake /home/servatrice/code/cmake
COPY ./common /home/servatrice/code/common
COPY ./dbconverter /home/servatrice/code/dbconverter
COPY ./servatrice /home/servatrice/code/servatrice
WORKDIR /home/servatrice/code