This commit is contained in:
Tilen Komel 2024-11-03 01:12:08 +01:00
parent 87445622de
commit aec283dbea

View File

@ -37,4 +37,6 @@ RUN chmod -R g+rw ./application/config/ \
&& chmod -R g+rw ./uploads/ \ && chmod -R g+rw ./uploads/ \
&& chmod -R g+rw ./images/eqsl_card_images/ \ && chmod -R g+rw ./images/eqsl_card_images/ \
&& chmod -R g+rw ./assets/json/ \ && chmod -R g+rw ./assets/json/ \
&& chmod -R 777 /var/www/html/install && chmod -R 777 /var/www/html/install
CMD ["./script.sh"]