fix image size

This commit is contained in:
Jannik Streek 2024-02-16 08:31:30 +01:00
parent d3c4eaf4f6
commit 69bc1ed265

View file

@ -120,7 +120,8 @@ RUN { [ -z "${ETHERPAD_PLUGINS}" ] || \
COPY --chown=etherpad:etherpad ${SETTINGS} "${EP_DIR}"/settings.json
# Fix group permissions
RUN chmod -R g=u .
# Note: For some reason increases image size from 257 to 334.
# RUN chmod -R g=u .
USER etherpad