mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Try to fix gitpod
This commit is contained in:
parent
16d9224a1c
commit
44daca1f41
@ -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 New Issue
Block a user