4 lines
78 B
Docker
4 lines
78 B
Docker
FROM nginx
|
|
|
|
COPY ./conf/nginx.conf /etc/nginx/templates/default.conf.template
|