Update Dockerfile

parent 1a4038ba
FROM trafex/php-nginx FROM trafex/php-nginx
COPY hello-world.php /var/www/html COPY index.php /var/www/html
WORKDIR /var/www/html WORKDIR /var/www/html
CMD [ "php-fpm8" ] CMD [ "php-fpm8" ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment