* [Bugfix] 修复两个配置文件冲突问题

* [Update] Docker中不再提供配置文件
This commit is contained in:
老广
2019-01-08 11:15:09 +08:00
committed by GitHub
parent 0e1d3f93ff
commit 49a166552e
5 changed files with 45 additions and 20 deletions

View File

@@ -12,7 +12,6 @@ RUN yum -y install epel-release && cd /tmp/requirements && \
RUN cd /tmp/requirements && pip install -r requirements.txt
COPY . /opt/jumpserver
COPY config_example.yml /opt/jumpserver/config.yml
VOLUME /opt/jumpserver/data
VOLUME /opt/jumpserver/logs