2 file: support/docker/gitpod/Dockerfile
16 before: export NODE_CONFIG="{\"import\":{\"videos\":{\"torrent\":{\"enabled\":false}}},\"webserver\":{\"hostname\":\"$(gp url 3000 | cut -d/ -f3)\",\"port\":\"443\",\"https\":true}}"
18 psql -h localhost -d postgres --file=support/docker/gitpod/setup_postgres.sql &&
19 yarn install --pure-lockfile