Skip to content

Commit 0dd9019

Browse files
adicionando chmod docker-entrypoint.sh
1 parent 9299198 commit 0dd9019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
168168
ENV PGDATA /var/lib/postgresql/data
169169
# this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)
170170
RUN mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
171+
#RUN mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
171172
VOLUME /var/lib/postgresql/data
172173

173174
COPY docker-entrypoint.sh /usr/local/bin/

0 commit comments

Comments
 (0)