Removes healthcheck
This commit is contained in:
parent
b9d0ba104c
commit
6f8a5a3b0e
|
@ -1,5 +1,3 @@
|
||||||
FROM postgres
|
FROM postgres
|
||||||
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
|
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
|
||||||
|
|
||||||
HEALTHCHECK CMD ["pg_isready"]
|
|
||||||
EXPOSE 5432
|
EXPOSE 5432
|
||||||
|
|
Loading…
Reference in New Issue