We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bca59 commit b418471Copy full SHA for b418471
entrypoint.sh
@@ -1,5 +1,8 @@
1
#!/bin/sh
2
3
+[ "$EXEC_TOOL" ] || EXEC_TOOL=gosu
4
+[ "$FLATNOTES_PORT" ] || FLATNOTES_PORT=8080
5
+
6
set -e
7
8
echo "\
0 commit comments