Skip to content

Commit f4e1140

Browse files
authored
Merge pull request #179 from Code-Otto/trimmed-docker
2 parents 52bca59 + b418471 commit f4e1140

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22

3+
[ "$EXEC_TOOL" ] || EXEC_TOOL=gosu
4+
[ "$FLATNOTES_PORT" ] || FLATNOTES_PORT=8080
5+
36
set -e
47

58
echo "\

0 commit comments

Comments
 (0)