Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 397ca33

Browse files
revertendo para imagem base
1 parent d21c27b commit 397ca33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN set -x \
3535
&& chmod +x /usr/local/bin/gosu \
3636
&& gosu nobody true \
3737
&& apt-get purge -y --auto-remove ca-certificates wget
38-
38+
#teste
3939
# make the "en_US.UTF-8" locale so postgres will be utf-8 enabled by default
4040
RUN set -eux; \
4141
if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then \

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,5 @@ if [ "$1" = 'postgres' ]; then
167167
echo
168168
fi
169169
fi
170-
170+
chmod 777 "$PGDATA" 2>/dev/null
171171
exec "$@"

0 commit comments

Comments
 (0)