updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-09 23:06:50 +08:00
parent 125112e627
commit c8369694ab

View File

@@ -36,7 +36,7 @@ RUN cd /opt/crawlab/frontend && yarn install --registry=https://registry.npm.tao
RUN apt-get install -y nginx
# install redis
RUN apt-get install redis-server
RUN apt-get install -y redis-server
RUN service redis-server start
# install mongodb