projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e0d90
)
Fix For GitPod
author
MrGiga
<test@test.com>
Thu, 28 Nov 2019 02:00:43 +0000
(20:00 -0600)
committer
Chocobozzz
<chocobozzz@cpy.re>
Thu, 28 Nov 2019 08:22:48 +0000
(09:22 +0100)
support/docker/gitpod/Dockerfile
patch
|
blob
|
history
diff --git
a/support/docker/gitpod/Dockerfile
b/support/docker/gitpod/Dockerfile
index 435370dc41f1c188a8fb4ceba6056bd8d882a7d1..d92cd22cf3ae42274e34513852ad47fe89857ec4 100644
(file)
--- a/
support/docker/gitpod/Dockerfile
+++ b/
support/docker/gitpod/Dockerfile
@@
-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 s
upport/docker/gitpod/s
etup_postgres.sql /tmp/
RUN pg_start && psql -h localhost -d postgres --file=/tmp/setup_postgres.sql