mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
6 lines
152 B
Docker
6 lines
152 B
Docker
# docker build -t yandex/clickhouse-python-bottle .
|
|
# Helper docker container to run python bottle apps
|
|
|
|
FROM python:3
|
|
RUN python -m pip install bottle
|