From: Adam Dullage Date: Fri, 4 Aug 2023 13:31:46 +0000 (+0100) Subject: Corrected group variable typo in entrypoint.sh X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=263e770ce70fcd7bbc2f2c962af70b37a2e1f3d4;p=flatnotes.git Corrected group variable typo in entrypoint.sh --- 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 \