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