parent
ec683530be
commit
94c09b61a0
@ -19,7 +19,7 @@ RUN apk add --no-cache \
|
|||||||
COPY setup-wale.sh /docker-entrypoint-initdb.d/
|
COPY setup-wale.sh /docker-entrypoint-initdb.d/
|
||||||
|
|
||||||
#Healthcheck to make sure container is ready
|
#Healthcheck to make sure container is ready
|
||||||
HEALTHCHECK CMD pg_isready || exit 1
|
HEALTHCHECK CMD pg_isready -U $POSTGRES_USER -d $POSTGRES_DB || exit 1
|
||||||
|
|
||||||
# Add and configure entrypoint and command
|
# Add and configure entrypoint and command
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
Reference in New Issue
Block a user