Skip to content

Commit ee8f2dd

Browse files
committed
fixed permissions.
1 parent fa33601 commit ee8f2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN apk add --no-cache --virtual .build-deps gcc g++ make wget pkgconf dpkg-dev
5858
chmod +x /entrypoint.sh && \
5959
apk del --no-network .build-deps
6060

61-
USER $PGUSER
61+
#USER $PGUSER
6262

6363
STOPSIGNAL SIGINT
6464

0 commit comments

Comments
 (0)