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 \