Mercurial > hg > webaudioevaluationtool
diff Dockerfile @ 3139:bc0ef78bb07a
requestKey uses POST to avoid cache
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 16 Mar 2021 21:02:40 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Dockerfile Tue Mar 16 21:02:40 2021 +0000 @@ -0,0 +1,8 @@ +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