Added dockerfile for php 7.4.1

This commit is contained in:
SteamPixel 2020-01-10 23:11:59 +01:00
parent 92af3f3e2c
commit d241420287

View File

@ -0,0 +1,3 @@
FROM php:7.4.1-apache
RUN a2enmod rewrite