Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 171904a

Browse files
committed
Remove permission update from dockerfile
1 parent 45ed791 commit 171904a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ RUN /app-src/bin/prepare-frontend.sh
4343
RUN apt-get remove -y --purge rsync yarn nodejs
4444
RUN apt-get autoremove -y
4545

46-
# Set group permissions to app folder
47-
RUN chgrp -R 0 /app-src \
48-
&& chmod -R u+w,g=u /app-src
49-
5046
RUN bundle config set --local deployment 'true' \
5147
&& bundle config set --local without ${BUNDLE_WITHOUT} \
5248
&& bundle

0 commit comments

Comments
 (0)