Open hugoluchessi opened 8 years ago
To execute heroku pg:psql we need to have psql client installed locally.
heroku pg:psql
Just add this to the Dockerfile =)
RUN apt-get update && apt-get install -y postgresql-client --no-install-recommends && rm -rf /var/lib/apt/lists/*
PR welcome :)
To execute
heroku pg:psql
we need to have psql client installed locally.Just add this to the Dockerfile =)