We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff65e4 commit be10b79Copy full SHA for be10b79
Dockerfile.tmpl
@@ -16,6 +16,7 @@ RUN chmod 755 /run.sh
16
17
ADD . /pg/testgres
18
WORKDIR /pg/testgres
19
+RUN chown postgres:postgres /pg/testgres
20
21
USER postgres
22
ENTRYPOINT PYTHON=${PYTHON} /run.sh
0 commit comments