Mercurial > hg > webaudioevaluationtool
view Dockerfile @ 3140:7180d6a2a271
Add super basic web scraper to collect remote tests
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Wed, 24 Mar 2021 17:07:59 +0000 |
parents | bc0ef78bb07a |
children |
line wrap: on
line source
FROM php:8-apache RUN a2enmod rewrite RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini" COPY ./apache/000-default.conf /etc/apache2/sites-available/000-default.conf EXPOSE 80