Fix
This commit is contained in:
parent
664afc53d8
commit
a89dae5978
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
<?php
|
||||
|
||||
phpinfo();
|
Loading…
Reference in New Issue
Block a user