redash/Dockerfile
John Wu 407a649d17 Use ubuntu instead
Signed-off-by: John Wu <webmaster@leapoahead.com>
2015-10-06 11:42:19 -07:00

11 lines
206 B
Docker

FROM ubuntu:trusty
MAINTAINER Di Wu <diwu@yelp.com>
COPY . /opt/redash/current/
# Install dependencies
WORKDIR /opt/redash/current
RUN bash setup/bootstrap_docker.sh
CMD service redash_supervisord start