From 1699a1cd6a762a2d02524bc94f2798eebab5bb00 Mon Sep 17 00:00:00 2001 From: thursday Date: Wed, 21 Jul 2021 04:00:23 -0400 Subject: Update entrypoint.sh --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 3c7cb10..0679530 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -32,6 +32,6 @@ export APP_KEY node ace migration:run --force -chown -R ${PUID:-1000}:${PGID:-1000) $DATA_DIR /app +chown -R ${PUID:-1000}:${PGID:-1000} $DATA_DIR /app su-exec ${PUID:-1000}:${PGID:-1000} node server.js -- cgit v1.2.3-54-g00ecf