mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
e6420c82ca
* mysql/postgresql: move Dockerfiles and docker_compose to docker/test * Build client containers in CI * pass tag to docker_compose
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
|