mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
7 lines
145 B
Docker
7 lines
145 B
Docker
FROM nginx:alpine-slim
|
|
|
|
COPY default.conf /etc/nginx/conf.d/
|
|
|
|
RUN mkdir /usr/share/nginx/files/ \
|
|
&& chown nginx: /usr/share/nginx/files/ -R
|