Skip to content

Commit

Permalink
Compile in release mode inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-cat-tty committed May 27, 2022
1 parent 41582ec commit 6fe0982
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 @@ -54,6 +54,6 @@ RUN apt-get update && apt-get install -y g++ make libfmt-dev

WORKDIR /root/home/DoorbellCamDaemon/
COPY . .
RUN make clean && make gendep && make -f MakefileDebug
RUN make clean && make gendep && make

ENTRYPOINT ["make", "run_container"]

0 comments on commit 6fe0982

Please sign in to comment.