4 lines
No EOL
93 B
Docker
4 lines
No EOL
93 B
Docker
FROM docker.io/nginx
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
COPY nginx.conf /etc/nginx/conf.d |