mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
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:
parent
aa1b72908b
commit
21c413f699
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user