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 397ca33 commit 729705bCopy full SHA for 729705b
Dockerfile
@@ -35,7 +35,7 @@ RUN set -x \
35
&& chmod +x /usr/local/bin/gosu \
36
&& gosu nobody true \
37
&& apt-get purge -y --auto-remove ca-certificates wget
38
-#teste
+#teste2
39
# make the "en_US.UTF-8" locale so postgres will be utf-8 enabled by default
40
RUN set -eux; \
41
if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then \
docker-entrypoint.sh
@@ -167,5 +167,5 @@ if [ "$1" = 'postgres' ]; then
167
echo
168
fi
169
170
-chmod 777 "$PGDATA" 2>/dev/null
+chmod 770 "$PGDATA" 2>/dev/null
171
exec "$@"
0 commit comments