and remove the minus
This commit is contained in:
parent
c90a57b86b
commit
ee5a10dfcf
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ 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 0 /opt/app-root && \
|
||||||
chmod -R g=u /opt/app-root
|
chmod -R g=u /opt/app-root
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue