5 lines
167 B
Docker
5 lines
167 B
Docker
FROM registry.caldwell.digital/library/php:8.4-apache
|
|
|
|
COPY ./bash/vhost.conf /etc/apache2/sites-enabled/vhost.conf
|
|
RUN rm /etc/apache2/sites-enabled/000-default.conf
|