From a6dc4f0b0335740ae5a30024a91ad85ca3183f26 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sun, 27 Apr 2025 16:33:21 -0500 Subject: [PATCH] fix: removes default apache vhost --- Dockerfile.prod | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.prod b/Dockerfile.prod index 700daa1..6211e52 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -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