You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add postgresql-client to postgresql-client feature
Currently when you generate an App with postgres and access the
devcontainer, it fails to run `bin/rails db` inside the container
terminal because there is no `psql` installed on it. This commit
installs postgresql-client so it can be used inside the devcontainer.
0 commit comments