From 3cb86a19e388d8a56c73c0cbcad77f08cb12c2f8 Mon Sep 17 00:00:00 2001 From: Adam Dullage Date: Fri, 4 Aug 2023 14:31:46 +0100 Subject: [PATCH] Corrected group variable typo in entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 84e3b23..224bd16 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -28,7 +28,7 @@ echo " - The note directory inside the Docker container has moved from /app/dat echo Starting flatnotes... cd ${APP_PATH} -exec gosu ${PUID}:${GUID} \ +exec gosu ${PUID}:${PGID} \ python -m \ uvicorn \ main:app \