We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa33601 commit ee8f2ddCopy full SHA for ee8f2dd
Dockerfile
@@ -58,7 +58,7 @@ RUN apk add --no-cache --virtual .build-deps gcc g++ make wget pkgconf dpkg-dev
58
chmod +x /entrypoint.sh && \
59
apk del --no-network .build-deps
60
61
-USER $PGUSER
+#USER $PGUSER
62
63
STOPSIGNAL SIGINT
64
0 commit comments