UNCLASSIFIED

Commit 5fe5f423 authored by Scott Stroud's avatar Scott Stroud
Browse files

Update Dockerfile

parent 09d32648
Pipeline #165032 failed with stages
in 2 minutes and 8 seconds
......@@ -8,7 +8,7 @@ WORKDIR /opt/
COPY --chown=root:root cp-operator-service-5.5.3_opt.tar.gz /opt/
RUN ls -al cp-operator-service-5.5.3_opt.tar.gz && 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/
RUN ls -al cp-operator-service-5.5.3_opt.tar.gz && chmod -R 755 /opt && 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