Try to fix gitpod

pull/2306/head
Chocobozzz 2019-12-03 17:21:47 +01:00
parent 16d9224a1c
commit 44daca1f41
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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