fix: removes duplicate Dockerfile instruction
This commit is contained in:
@@ -3,5 +3,3 @@ FROM registry.caldwell.digital/library/php:8.4-apache
|
|||||||
COPY --chown=www-data:www-data . /var/www
|
COPY --chown=www-data:www-data . /var/www
|
||||||
COPY ./bash/vhost.conf /etc/apache2/sites-enabled/vhost.conf
|
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
|
||||||
|
|
||||||
RUN rm /etc/apache2/sites-enabled/000-default.conf
|
|
||||||
|
|||||||
Reference in New Issue
Block a user