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.
2 parents 52bca59 + b418471 commit f4e1140Copy full SHA for f4e1140
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