mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
fix image size
This commit is contained in:
parent
d3c4eaf4f6
commit
69bc1ed265
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue