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