Compare commits

..

No commits in common. "ee5a10dfcf0296a05a5b0a0e69a0a124e4156e85" and "20d773370efdfce3221f56348ba2c544558a58a3" have entirely different histories.

View file

@ -17,12 +17,12 @@ ADD https://github.com/RedHatTraining/DO288-apps/releases/download/OCP-4.1-1/h
COPY run-app.sh /opt/app-root/bin/ COPY run-app.sh /opt/app-root/bin/
RUN chown -R 0 /opt/app-root && \ RUN chown -R wildfly:wildfly /opt/app-root && \
chmod -R g=u /opt/app-root chmod -R 700 /opt/app-root
EXPOSE 8080 EXPOSE 8080
USER 1001 USER wildfly
# Run the fat JAR # Run the fat JAR
CMD /opt/app-root/bin/run-app.sh CMD /opt/app-root/bin/run-app.sh