From 8481c04426b45a4eac5c42bcfb03a2c80238b740 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 24 Nov 2024 13:32:16 +0100 Subject: [PATCH] fix permission to try --- etherpad_application_dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpad_application_dockerfile b/etherpad_application_dockerfile index 5868502..f262e10 100644 --- a/etherpad_application_dockerfile +++ b/etherpad_application_dockerfile @@ -4,6 +4,6 @@ FROM etherpad/etherpad:${VERSION} USER root RUN chown -R etherpad:etherpad /opt/etherpad-lite \ - && chmod -R 0750 /opt/etherpad-lite + && chmod -R 0777 /opt/etherpad-lite USER etherpad \ No newline at end of file