Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit b31862d

Browse files
committed
Updated the Dockerfile. Removed some non-required comments.
1 parent ab56377 commit b31862d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ RUN chmod +x /etc/apache-bootstrap
6868
# -----------------------------------------------------------------------------
6969
# Set permissions (app:app-www === 501:502)
7070
# -----------------------------------------------------------------------------
71-
#RUN chown -R 501:502 /var/www/app
72-
#RUN chmod 775 /var/www/app
7371
RUN chmod -R 750 /var/www/app/bin
7472

7573
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)