Skip to content

Commit

Permalink
sudo --preserve-env su --preserve-env postgres -c "PATH='${PATH}' pg_…
Browse files Browse the repository at this point in the history
…ctl restart"
  • Loading branch information
jeremyBanks committed Mar 7, 2021
1 parent 078cf04 commit 3714fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Expand Up @@ -25,6 +25,7 @@ ENV PGDATA="/usr/local/pgsql/data"

RUN initdb && \
pg_ctl start && \
createuser -s vscode
createuser -s codespace && \
createdb codespace

USER codespace

0 comments on commit 3714fec

Please sign in to comment.