Skip to content

Commit

Permalink
Merge pull request #19 from paullouisageneau/docker-release
Browse files Browse the repository at this point in the history
Set docker build to release mode
  • Loading branch information
paullouisageneau authored Jun 14, 2024
2 parents 99b67ec + 4ec7b5c commit 977cbe8
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 977cbe8

Please sign in to comment.