4 lines
75 B
Docker
4 lines
75 B
Docker
FROM nginx
|
|
|
|
RUN rm -rf /etc/nginx/conf.d
|
|
ADD nginx-conf.d /etc/nginx/conf.d |