UNCLASSIFIED

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

Update Dockerfile

parent 11fd048c
Pipeline #165062 failed with stages
in 2 minutes and 15 seconds
......@@ -11,7 +11,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 && \
&& mv manager /opt/ && mv config /opt/ && cd /opt && rm -Rf /tmp/untar && \
mv manager /opt/ && mv config /opt/ && cd /opt && rm -Rf /tmp/untar && \
chown -R 1001:1001 /opt/manager /opt/config
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