Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyajob05 authored Oct 3, 2023
1 parent a3340b4 commit 7ce3016
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 @@ -23,4 +23,4 @@ WORKDIR /build
RUN bash -c "cmake ../mjpegStreamer && cmake --build ."

# run executable
CMD [ "./mjpegStreamer -src 0 -port 8080 -quality [1-10] -fps 20" ]
ENTRYPOINT [ "./mjpegStreamer" ]

0 comments on commit 7ce3016

Please sign in to comment.