Update postgres entrypoint for docker image

This commit is contained in:
Omar Roth 2019-01-24 19:02:09 -06:00
parent 952b208a01
commit 4c77908bb4
2 changed files with 8 additions and 2 deletions

View file

@ -2,7 +2,6 @@ FROM postgres:10
ENV POSTGRES_USER postgres
ADD ./setup.sh /setup.sh
ADD ./config/sql /config/sql
ADD ./docker/entrypoint.postgres.sh /entrypoint.sh