UNCLASSIFIED

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

Update Dockerfile

parent 8f26900b
Pipeline #165073 passed with stages
in 9 minutes and 50 seconds
......@@ -12,7 +12,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 && ls -al . \
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 && ls -al . && \
mv manager /opt/ && mv config /opt/ && cd /opt && rm -Rf /tmp/untar && \
chown -R 1001:1001 /opt/manager /opt/config
......
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