UNCLASSIFIED

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

Update Dockerfile

parent 8dca09f1
Pipeline #165024 failed with stages
in 2 minutes and 14 seconds
......@@ -8,7 +8,7 @@ WORKDIR /opt/
COPY cp-operator-service-5.5.3_opt.tar.gz /opt/
RUN tar -xvf cp-operator-service-5.5.3_opt.tar.gz && rm cp-operator-service-5.5.3_opt.tar.gz
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
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