From 9a6c8e942d4661292b05fc8c2d2c6e5c920a2ae3 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 24 Nov 2024 13:44:35 +0100 Subject: [PATCH] fix permissions --- etherpad_application_dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etherpad_application_dockerfile b/etherpad_application_dockerfile index f262e10..fe0c511 100644 --- a/etherpad_application_dockerfile +++ b/etherpad_application_dockerfile @@ -1,9 +1,2 @@ ARG VERSION=1.8.0 FROM etherpad/etherpad:${VERSION} - -USER root - -RUN chown -R etherpad:etherpad /opt/etherpad-lite \ - && chmod -R 0777 /opt/etherpad-lite - -USER etherpad \ No newline at end of file