We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a6322 commit da9147cCopy full SHA for da9147c
docker/Dockerfile
@@ -38,6 +38,7 @@ RUN cd lvmguider && uv sync --frozen --no-cache --no-dev
38
# Set umask so that new files inherit the parent folder permissions.
39
# Not sure this works so we are also setting the permissions in the entrypoint.
40
RUN echo "umask 0002" >> /etc/bash.bashrc
41
+RUN echo "umask 0002" >> /etc/profile
42
43
COPY ./docker/docker-entrypoint.sh /
44
RUN ["chmod", "+x", "/docker-entrypoint.sh"]
0 commit comments