mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 00:24:41 +00:00
9 lines
157 B
Docker
9 lines
157 B
Docker
|
# docker build -t yandex/clickhouse-mysql-js-client .
|
||
|
# MySQL JavaScript client docker container
|
||
|
|
||
|
FROM node:8
|
||
|
|
||
|
RUN npm install mysql
|
||
|
|
||
|
COPY ./test.js test.js
|