Skip to content

Commit f5bd96b

Browse files
committed
Added sponsorship message to entrypoint script.
1 parent a2c6a7d commit f5bd96b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

entrypoint.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
set -e
44

5+
echo "\
6+
======================================
7+
======== Welcome to flatnotes ========
8+
======================================
9+
10+
If you enjoy using flatnotes, please
11+
consider sponsoring the project at:
12+
13+
https://sponsor.flatnotes.io
14+
15+
It would really make my day 🙏.
16+
17+
──────────────────────────────────────
18+
"
19+
520
flatnotes_command="python -m \
621
uvicorn \
722
main:app \

0 commit comments

Comments
 (0)