# docker build -t clickhouse/mysql-js-client . # MySQL JavaScript client docker container FROM node:8 RUN npm install mysql COPY ./test.js test.js