Add CI stuff

This commit is contained in:
2021-04-08 14:14:42 -05:00
parent 9271ee2cc2
commit a36383f79a
2 changed files with 82 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM php:7-apache
COPY ./ /var/www/html/
EXPOSE 80