UNCLASSIFIED

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

Update Dockerfile

parent e3436854
Pipeline #165086 passed with stages
in 9 minutes and 31 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 && \
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