From 37e5f5ffd2939a76156fdcc9d3f4a6a5ad3831b5 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 24 Nov 2024 13:26:45 +0100 Subject: [PATCH] typo in dir --- etherpad_application_dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etherpad_application_dockerfile b/etherpad_application_dockerfile index d2b50ec..5868502 100644 --- a/etherpad_application_dockerfile +++ b/etherpad_application_dockerfile @@ -3,7 +3,7 @@ FROM etherpad/etherpad:${VERSION} USER root -RUN chown -R etherpad:etherpad /opt/ehterpad-lite \ - && chmod -R 0750 /opt/ehterpad-lite +RUN chown -R etherpad:etherpad /opt/etherpad-lite \ + && chmod -R 0750 /opt/etherpad-lite USER etherpad \ No newline at end of file