Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 authored Mar 5, 2024
1 parent 64638ae commit 595cbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN chgrp -Rf root /run/lock && chmod -Rf g+w /run/lock
RUN chown -Rf apache:root /var/run/httpd && chmod -Rf 775 /var/run/httpd
RUN chmod g+w /etc/passwd
RUN chown apache /opt/deck/html/settings-local.js

RUN yum -y remove tar vim vi
USER apache

CMD docker/run-apache2.sh

0 comments on commit 595cbfd

Please sign in to comment.