Skip to content

Commit 63b5a36

Browse files
committed
deploy: Log newlines in entrypoint.
1 parent 45d8285 commit 63b5a36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.production

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ set -eu
6262
# Enable jemalloc for reduced memory usage and latency.
6363
LD_PRELOAD=/usr/lib/libjemalloc.so.2
6464

65-
echo -n "Waiting for database to start..."
6665
until ./bin/rails db:version 2>/dev/null; do
67-
echo -n .
66+
echo -n "Waiting for database to start..."
6867
sleep .1
6968
done
7069
echo

0 commit comments

Comments
 (0)