Thanks to visit codestin.com Credit goes to github.com
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 d21c27b commit 397ca33Copy full SHA for 397ca33
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
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
171
exec "$@"
0 commit comments