reorg docker dev environment (#1710)
[openemr.git] / contrib / util / docker / dockers / dev-nginx / Dockerfile
blob68fe65aed5cacbc7501092d1f9043d0e02095ed8
2 # Copyright (C) 2018 Brady Miller <brady.g.miller@gmail.com>
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
9 # php-fpm Dockerfile build for openemr development docker environment
10 # This docker is hosted here: https://hub.docker.com/r/openemr/dev-php-fpm/ <tag is 7.2>
12 FROM nginx
14 # Copy over the nginx.conf conf
15 COPY nginx.conf /etc/nginx/nginx.conf