Try to fix gitpod
This commit is contained in:
parent
16d9224a1c
commit
44daca1f41
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ RUN sudo apt-get update -q && sudo apt-get install -qy \
|
|||
|
||||
# Set up PostgreSQL.
|
||||
COPY --chown=gitpod:gitpod support/docker/gitpod/setup_postgres.sql /tmp/
|
||||
RUN pg_start && psql -h localhost -d postgres --file=/tmp/setup_postgres.sql
|
||||
RUN pg_start && psql -h localhost -d postgres --file=/tmp/setup_postgres.sql && pg_stop
|
||||
|
|
Loading…
Reference in a new issue