Fix For GitPod

pull/2301/head
MrGiga 2019-11-27 20:00:43 -06:00 committed by Chocobozzz
parent 24e0d90069
commit 3062112200
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ RUN sudo apt-get update -q && sudo apt-get install -qy \
redis-server
# Set up PostgreSQL.
COPY --chown=gitpod:gitpod setup_postgres.sql /tmp/
COPY --chown=gitpod:gitpod support/docker/gitpod/setup_postgres.sql /tmp/
RUN pg_start && psql -h localhost -d postgres --file=/tmp/setup_postgres.sql