Skip to content

Commit

Permalink
Set docker build to release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Jun 14, 2024
1 parent 99b67ec commit 4ec7b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk update --no-cache; \
WORKDIR /usr/src/violet
COPY . .

RUN cmake -B build; \
RUN cmake -B build -DCMAKE_BUILD_TYPE=Release; \
cd build; \
make -j2

Expand Down

0 comments on commit 4ec7b5c

Please sign in to comment.