From ee5a10dfcf0296a05a5b0a0e69a0a124e4156e85 Mon Sep 17 00:00:00 2001 From: Student User Date: Wed, 7 Jul 2021 06:11:39 -0400 Subject: [PATCH] and remove the minus --- hello-java/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-java/Dockerfile b/hello-java/Dockerfile index 07aa1c1..086016d 100644 --- a/hello-java/Dockerfile +++ b/hello-java/Dockerfile @@ -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/ -RUN chown -R -0 /opt/app-root && \ +RUN chown -R 0 /opt/app-root && \ chmod -R g=u /opt/app-root EXPOSE 8080