5 lines
95 B
Docker
5 lines
95 B
Docker
FROM nginx:slim
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
COPY black.conf /etc/nginx/blackip.conf
|
|
|