mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
5 lines
155 B
Docker
5 lines
155 B
Docker
FROM nginx:mainline
|
|
COPY . /usr/share/nginx/html/public
|
|
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
|
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|