Skip to content

Commit 75acf6b

Browse files
committed
Fix docker entrypoint (#235)
1 parent 1536919 commit 75acf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
set -eu
2+
set -e
33

44
# Use Gramps.js frontend
55
if [ -n "$GRAMPSJS_VERSION" ]

0 commit comments

Comments
 (0)