Commit 82d0d4ce by fanbin

Fix bc fail issue, source code not keep same location in Dockerfile and s2i assemble script

parent 231576c9
......@@ -30,7 +30,7 @@ ENV MAVEN_HOME /usr/share/maven
# Add configuration files, bashrc and other tweaks
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
RUN chown -R 1001:0 /opt/app-root
RUN chown -R 1001:0 ./
USER 1001
# Set the default CMD to print the usage of the language image
......
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