Move into directory
CMake / build (push) Failing after 4s

This commit is contained in:
2025-02-28 11:40:57 +01:00
parent 294389980b
commit e078a1023a
8 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM git.legonzaur.fr/legonzaur/qotd/builder:latest AS builder
WORKDIR /opt/builder
COPY . .
COPY .server .
RUN cmake -B build -DSTATIC_BUILD=true
WORKDIR build
RUN make