Explorar o código

Merge pull request #13473 from richardkchapman/install-location

HPCC-23678 /opt/HPCCSystems missing in non-incremental docker builds

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=5) %!d(string=hai) anos
pai
achega
ce798b50bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dockerfiles/platform-core/Dockerfile

+ 1 - 1
dockerfiles/platform-core/Dockerfile

@@ -57,7 +57,7 @@ RUN apt-get install -y \
 
 RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.17.0/bin/linux/amd64/kubectl && chmod +x ./kubectl && mv ./kubectl /usr/local/bin
 
-COPY --from=build /opt/HPCCSystems /
+COPY --from=build /opt/HPCCSystems /opt/HPCCSystems
 
 RUN groupadd -g 1000 hpcc
 RUN useradd -s /bin/bash -r -N -c "hpcc runtime User" -u 999 -g hpcc hpcc