Skip to content

Commit

Permalink
Corrected group variable typo in entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dullage authored and Gedulis12 committed Aug 7, 2023
1 parent 05fc652 commit 3cb86a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3cb86a1

Please sign in to comment.