3 lines
132 B
Docker
3 lines
132 B
Docker
FROM git.send.nrw/sendnrw/docker_php_84:latest
|
|
COPY public /usr/share/nginx/html
|
|
COPY config.php.example /usr/share/nginx/config.php |