Skip to content

Commit

Permalink
docker: Enforce correct permissions of docker/dev/container
Browse files Browse the repository at this point in the history
  • Loading branch information
hw0lff committed Feb 14, 2024
1 parent f867838 commit d10b3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get update \
&& apt-get clean

COPY --link . /
COPY --link --chmod=755 ./container /container

USER pycroft
WORKDIR /opt/pycroft
Expand Down

0 comments on commit d10b3c6

Please sign in to comment.