Add CMD to start service since docker doesn't support init scripts

Signed-off-by: John Wu <webmaster@leapoahead.com>
This commit is contained in:
John Wu 2015-10-05 14:59:52 -07:00
parent aa1b72908b
commit 21c413f699

View File

@ -21,3 +21,5 @@ RUN /opt/redash/.npm/node_modules/bin/grunt build
# Reset working directory and user for future `docker attach` sessions
WORKDIR /opt/redash/current
USER root
CMD service redash_supervisord start