fix: removes default apache vhost

This commit is contained in:
2025-04-27 16:33:21 -05:00
parent 3c6e41af94
commit a6dc4f0b03

View File

@@ -2,5 +2,6 @@ FROM registry.caldwell.digital/library/php:8.4-apache
COPY --chown=www-data:www-data . /var/www
COPY ./bash/vhost.conf /etc/apache2/sites-enabled/vhost.conf
RUN rm /etc/apache2/sites-enabled/000-default.conf
RUN rm /etc/apache2/sites-enabled/000-default.conf