4 lines
93 B
Docker
4 lines
93 B
Docker
FROM nginx
|
|
COPY html/ /usr/share/nginx/html
|
|
COPY default.conf.template /etc/nginx/templates/
|