mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
5 lines
148 B
Docker
5 lines
148 B
Docker
FROM nginx:mainline
|
|
COPY . /usr/share/nginx/html
|
|
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
|
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|