Skip to content

Commit d8bf828

Browse files
committed
Remove entrypoint debug output
1 parent 07a9777 commit d8bf828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/wp-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -xv
1+
#!/bin/bash
22
set -e
33

44
if wait-for-it.sh "${WORDPRESS_DB_HOST}" -t 60; then

0 commit comments

Comments
 (0)