Skip to content

Commit 32ae305

Browse files
authored
Remove debugging leftover from entrypoint
1 parent f167d2a commit 32ae305

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bin/docker-entrypoint

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash -e
22

3-
set -x
4-
53
if [[ -z "$SECRET_KEY_BASE" ]];
64
then
75
echo "Missing SECRET_KEY_BASE variable."

0 commit comments

Comments
 (0)