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