This commit is contained in:
parent
3d90fec2a2
commit
c08df2334d
|
@ -6,7 +6,7 @@ WORKDIR /build
|
|||
COPY . .
|
||||
|
||||
RUN cd build/cmake
|
||||
RUN cmake /app -DCMAKE_BUILD_TYPE=Release
|
||||
RUN cmake /build -DCMAKE_BUILD_TYPE=Release
|
||||
RUN make
|
||||
RUN make install
|
||||
|
||||
|
|
Loading…
Reference in a new issue