2 lines
61 B
Docker
2 lines
61 B
Docker
|
FROM nginx
|
||
|
COPY ./default.conf /etc/nginx/conf.d/default.conf
|