Compare commits

...

1 Commits

Author SHA1 Message Date
a89dae5978 Fix 2020-11-21 01:04:02 +01:00
2 changed files with 0 additions and 4 deletions

View File

@ -9,7 +9,6 @@ RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/co
php7-mbstring php7-gd php7-tokenizer php7-xmlwriter php7-fileinfo php7-pdo php7-pdo_mysql
COPY src/etc/ /etc/
COPY src/app/ /var/www/app/
COPY src/entrypoint.sh /
EXPOSE 80

View File

@ -1,3 +0,0 @@
<?php
phpinfo();