mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
5 lines
153 B
Docker
5 lines
153 B
Docker
|
FROM nginx:mainline
|
||
|
COPY public /usr/share/nginx/html
|
||
|
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
||
|
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|