0.84.0 (#19)
Build / Build [amd64] (push) Has been cancelled
Build / Build [arm64] (push) Has been cancelled
Build / Publish (push) Has been cancelled

* update diff.py for handling ru plurals

* update translations

* add -m option to create home folder for npm cache

* bump outline to v0.84.0

* update translations
This commit is contained in:
Evgeny
2025-05-12 17:26:59 +05:00
committed by GitHub
parent 2c34b016fe
commit cf2d26b011
4 changed files with 108 additions and 28 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
ARG DATA_PATH=/var/lib/outline/data
ARG USER=nodejs
RUN useradd -U ${USER} && \
RUN useradd -m -U ${USER} && \
mkdir -p ${DATA_PATH} && \
chown -R ${USER}:${USER} ${APP_PATH} ${DATA_PATH}/.. && \
chmod 1777 ${DATA_PATH}