UNCLASSIFIED

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

Update Dockerfile

parent 1b869b06
Pipeline #165043 failed with stages
in 2 minutes and 21 seconds
......@@ -10,7 +10,7 @@ RUN mkdir -p /tmp/untar
COPY cp-operator-service-5.5.3_opt.tar.gz /tmp/untar
RUN cd /tmp/untar && 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 . && mv manager /opt/ && mv config /opt/ && cd /opt && rm -Rf /tmp/untar
RUN cd /tmp/untar && tar -xvf cp-operator-service-5.5.3_opt.tar.gz && rm cp-operator-service-5.5.3_opt.tar.gz && sudo chown -R 1001:1001 . && mv manager /opt/ && mv config /opt/ && cd /opt && rm -Rf /tmp/untar
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