Remove 'set -u' option from entrypoint (#14)
This commit is contained in:
parent
3df6c3ab71
commit
a0f9926090
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -Eeuo pipefail
|
||||
set -Eeo pipefail
|
||||
|
||||
# wait for the database to start
|
||||
waitfordb() {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -Eeuo pipefail
|
||||
set -Eeo pipefail
|
||||
|
||||
# wait for the database to start
|
||||
waitfordb() {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -Eeuo pipefail
|
||||
set -Eeo pipefail
|
||||
|
||||
# wait for the database to start
|
||||
waitfordb() {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -Eeuo pipefail
|
||||
set -Eeo pipefail
|
||||
|
||||
# wait for the database to start
|
||||
waitfordb() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user