Skip to content

Commit

Permalink
fixed permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
muratgozel committed Sep 20, 2021
1 parent fa33601 commit ee8f2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN apk add --no-cache --virtual .build-deps gcc g++ make wget pkgconf dpkg-dev
chmod +x /entrypoint.sh && \
apk del --no-network .build-deps

USER $PGUSER
#USER $PGUSER

STOPSIGNAL SIGINT

Expand Down

0 comments on commit ee8f2dd

Please sign in to comment.