[etherpad-web/oscp-frontend] Typo fix



commit 8ed6ae79f73c7b78f4cf867a89527bb33bf17763
Author: Andrea Veri <averi redhat com>
Date:   Thu Mar 14 19:30:48 2019 +0100

    Typo fix

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index e85fe39..6ff0e67 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ COPY app_data ${APP_HOME}
 
 RUN chown -R 1000180000:0 ${APP_HOME} && \
     chmod -R 664 ${APP_HOME} && \
-    find ${ODRS_HOME} -type d -exec chmod 775 {} +
+    find ${APP_HOME} -type d -exec chmod 775 {} +
 
 EXPOSE 8443
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]