amphp update

This commit is contained in:
Andrei Condurachi 2020-12-07 18:43:16 +02:00
parent cbfca5a4ae
commit fec090af2c
2 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ VOLUME ["/var/www"]
COPY example.php /var/www
CMD php /var/www/example.php
CMD cd /var/www && php server.php