comments, first pass

This commit is contained in:
tooomm 2026-08-04 22:18:27 +02:00
parent c01f7308da
commit 2858450d7f
2 changed files with 9 additions and 8 deletions

View file

@ -23,11 +23,11 @@ WORKDIR /src
COPY . .
RUN cmake \
-S . \
-B build \
-B build \
-G Ninja \
-DWITH_SERVER=1 \
-DWITH_CLIENT=0 \
-DWITH_ORACLE=0 \
-DWITH_SERVER=1 \
&& cmake --build build \
&& cmake --install build