typo in dir

This commit is contained in:
holzi1005 2024-11-24 13:26:45 +01:00
parent bcde1ad934
commit 37e5f5ffd2

View file

@ -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