git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
23263ba
)
Corrected group variable typo in entrypoint.sh
author
Adam Dullage
<redacted>
Fri, 4 Aug 2023 13:31:46 +0000
(14:31 +0100)
committer
GitHub
<redacted>
Fri, 4 Aug 2023 13:31:46 +0000
(14:31 +0100)
entrypoint.sh
patch
|
blob
|
history
diff --git
a/entrypoint.sh
b/entrypoint.sh
index 84e3b23913b6d94898145a023a1120b22c35c0df..224bd1633a6ea9f9ad05723442f4216205879f13 100644
(file)
--- 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}:${
GU
ID} \
+exec gosu ${PUID}:${
PG
ID} \
python -m \
uvicorn \
main:app \
git clone https://git.99rst.org/PROJECT