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 5536c55 commit 21000ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ RUN apt install -y git libopencv-dev python3-opencv

RUN git clone https://github.com/ilyajob05/mjpegStreamer.git

# copy files from local directory to container
COPY . .

# define working directory from container
WORKDIR /build

# copy files from local directory to container
COPY . .

# compile with CMake
RUN bash -c "cmake ../mjpegStreamer && cmake --build ."

Expand Down

0 comments on commit 21000ec

Please sign in to comment.