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