mradamlacey / elasticsearch-tableau-connector

Tableau Web Data Connector for Elasticsearch
MIT License
149 stars 64 forks source link

Create Dockerfile #2

Closed ebuildy closed 8 years ago

ebuildy commented 8 years ago

Add Dockerfile, image available at:

https://hub.docker.com/r/ebuildy/elasticsearch-tableau-connector/

Run this image:

docker run -p 3000:3000 ebuildy/elasticsearch-tableau-connector

mradamlacey commented 8 years ago

This is a great feature to add to the project. A few items that I think are important to address:

grunt build:dist
node index.js

This builds the distribution version of the connector (minifies JS) and runs the web server.

Using grunt will start various development watch tasks that arent necessary for the connector.

Great work!