mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 10:34:21 +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
|