Skip to content

Commit da9147c

Browse files
committed
Also add umask 0002 to /etc/profile
1 parent 49a6322 commit da9147c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUN cd lvmguider && uv sync --frozen --no-cache --no-dev
3838
# Set umask so that new files inherit the parent folder permissions.
3939
# Not sure this works so we are also setting the permissions in the entrypoint.
4040
RUN echo "umask 0002" >> /etc/bash.bashrc
41+
RUN echo "umask 0002" >> /etc/profile
4142

4243
COPY ./docker/docker-entrypoint.sh /
4344
RUN ["chmod", "+x", "/docker-entrypoint.sh"]

0 commit comments

Comments
 (0)