UNCLASSIFIED

Commit eddccc22 authored by Scott Stroud's avatar Scott Stroud
Browse files

Update Dockerfile

parent 2663509e
Pipeline #165029 failed with stages
in 2 minutes and 12 seconds
......@@ -8,7 +8,7 @@ WORKDIR /opt/
COPY --chown=root:root cp-operator-service-5.5.3_opt.tar.gz /opt/
RUN tar -xvf cp-operator-service-5.5.3_opt.tar.gz && rm cp-operator-service-5.5.3_opt.tar.gz
RUN tar -xvf cp-operator-service-5.5.3_opt.tar.gz && rm cp-operator-service-5.5.3_opt.tar.gz && chown -R 1001:1001 /opt/
ENTRYPOINT ["/opt/manager"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment