redash/Dockerfile
2015-10-06 11:12:13 -07:00

11 lines
206 B
Docker

FROM debian:wheezy
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