build.sh for php7.3
This commit is contained in:
8
dockerfiles/tasks/php/Dockerfile-73
Normal file
8
dockerfiles/tasks/php/Dockerfile-73
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM php:7.3-fpm
|
||||
MAINTAINER Richard Morgan <r_morgan@sympatico.ca>
|
||||
|
||||
WORKDIR /opt/project
|
||||
|
||||
#CMD ["/usr/sbin/php-fpm7.3", "-F"]
|
||||
|
||||
COPY ./docker-php-fpm.conf /etc/php/7.3fpm/pool.d/www.conf
|
||||
Reference in New Issue
Block a user