Fix dockerfile path
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Emelie Graven 2021-11-24 10:42:24 +01:00
parent 3d90fec2a2
commit c08df2334d
Signed by: emelie
GPG Key ID: C11123726DBB55A1
1 changed files with 1 additions and 1 deletions

View File

@ -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