mirror of
https://github.com/danog/php.git
synced 2024-11-27 12:24:58 +01:00
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
WORKDIR /var/www/html
|
|
COPY php-fpm.conf /usr/local/etc/
|
|
|
|
EXPOSE 9000
|
|
CMD ["php-fpm"]
|