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 fc8da5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/Dockerfile
Expand Up @@ -25,6 +25,8 @@ ENV PGDATA="/usr/local/pgsql/data"

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

USER root

USER codespace

0 comments on commit fc8da5f

Please sign in to comment.