fix permissions for real
continuous-integration/drone/push Build is passing Details

This commit is contained in:
knoflook 2023-10-13 17:10:41 +02:00
parent 914ef6b026
commit 210a37cd0c
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
export ENTRYPOINT_CONF_VERSION=v7
export ENTRYPOINT_CONF_VERSION=v8
abra_backup_app() {
_abra_backup_dir "app:/home/hackmd/app/public/uploads/"

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: quay.io/hedgedoc/hedgedoc:1.9.8
image: quay.io/hedgedoc/hedgedoc:1.9.9
environment:
- CMD_USECDN=false
- CMD_URL_ADDPORT=false

View File

@ -30,6 +30,7 @@ main() {
set -eu
load_vars
mkdir "/hedgedoc/.npm" && chown -R 10000:65534 "/hedgedoc/.npm" && chmod "u+rwx" "/hedgedoc/.npm"
}
main