Wrong dir for .git

This commit is contained in:
stephb9959
2021-12-07 09:29:13 -08:00
parent 00965b78c7
commit 72f0b11f81

View File

@@ -56,7 +56,7 @@ RUN make install
ADD CMakeLists.txt build /owsec/
ADD cmake /owsec/cmake
ADD src /owsec/src
ADD .git /owgw/.git
ADD .git /owsec/.git
WORKDIR /owsec
RUN mkdir cmake-build