Idk what its doing but lets see

This commit is contained in:
Finley Ghosh 2025-08-10 11:58:25 +10:00
parent 09f2db82f5
commit 8634d89912

View file

@ -34,7 +34,7 @@ EXPOSE 80
# ADD conf/php.ini /etc/php5/apache2/php.ini
# Update the default apache site with the config we created.
ADD conf/apache-vhost.conf /etc/apache2/sites-available/cmc-sales
ADD conf/apache-vhost.conf /opt/docker/etc/httpd/vhost.common.d/cmc-sales.conf
ADD conf/ripmime /bin/ripmime
RUN chmod +x /bin/ripmime
@ -48,7 +48,5 @@ RUN mkdir /var/www/cmc-sales/app/tmp/logs
RUN chmod -R 755 /var/www/cmc-sales/app/tmp
RUN chmod +x /var/www/cmc-sales/run_vault.sh
RUN a2ensite cmc-sales
# By default, simply start apache.
CMD /usr/sbin/apache2ctl -D FOREGROUND