Skip to content

Commit bb37032

Browse files
committed
[docker] use WORKDIR
1 parent d636aed commit bb37032

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend
3535
libboost-thread-dev \
3636
&& rm -rf /var/lib/apt/lists/*
3737

38-
RUN cd /opt/popsift && mkdir build && cd build && cmake .. && make install -j8
3938
COPY . /opt/popsift
39+
WORKDIR /opt/popsift
40+
RUN mkdir build && cd build && cmake .. && make install -j

0 commit comments

Comments
 (0)