first commit

This commit is contained in:
P.H. Vos 2019-12-05 11:30:44 +01:00
commit 9b3ef3420b
1 changed files with 7 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM alpine:latest
MAINTAINER Harm Vos <p.h.vos@rug.nl>
RUN apk update && apk add --no-cache apache2 apache2-utils php7-apache2 php7-pdo_mysql php7-xml php7-mysqli php7 php7-cgi php7-gd php7-mcrypt php7-json php7-zlib php7-xml php7-pdo
EXPOSE 80
CMD ["/usr/sbin/httpd", "-D", "FOREGROUND"]