[etherpad-web/oscp-frontend] Land chown rules in place
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [etherpad-web/oscp-frontend] Land chown rules in place
- Date: Tue, 18 Dec 2018 23:40:02 +0000 (UTC)
commit 4e152788daf571472b1e15bc82da3308305d3127
Author: Andrea Veri <averi redhat com>
Date: Wed Dec 19 00:39:54 2018 +0100
Land chown rules in place
Dockerfile | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/Dockerfile b/Dockerfile
index 5b175d6..e85fe39 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,6 +8,10 @@ WORKDIR ${APP_HOME}
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 {} +
+
EXPOSE 8443
USER 1001
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]