Compare commits
No commits in common. "design-container" and "master" have entirely different histories.
design-con
...
master
1 changed files with 3 additions and 3 deletions
|
|
@ -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/
|
||||
|
||||
RUN chown -R 0 /opt/app-root && \
|
||||
chmod -R g=u /opt/app-root
|
||||
RUN chown -R wildfly:wildfly /opt/app-root && \
|
||||
chmod -R 700 /opt/app-root
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
USER 1001
|
||||
USER wildfly
|
||||
|
||||
# Run the fat JAR
|
||||
CMD /opt/app-root/bin/run-app.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue