Files
torsearch/Dockerfile.prod
2025-04-14 17:01:24 +00:00

7 lines
210 B
Docker

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