Removes healthcheck

This commit is contained in:
Aaron Louie 2020-04-16 16:14:43 -04:00
parent b9d0ba104c
commit 6f8a5a3b0e
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
FROM postgres
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
HEALTHCHECK CMD ["pg_isready"]
EXPOSE 5432