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