Skip to content

Commit

Permalink
container fix chown command
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Apr 10, 2023
1 parent 12310f2 commit c8849f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/match/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN rm -f ${COMANAGE_MATCH_DIR}/app/tmp \
&& chown -R www-data:www-data ${COMANAGE_MATCH_DIR}/app/tmp \
&& cd /var/www/html \
&& ln -s ${COMANAGE_MATCH_DIR}/app/webroot match \
&& ln -h www-data:www-data match \
&& chown -h www-data:www-data match \
&& mkdir ${COMANAGE_MATCH_DIR}/local

RUN a2enmod headers \
Expand Down

0 comments on commit c8849f1

Please sign in to comment.