fix: 修复docker无法构建

pull/6970/head
ibuler 2021-09-27 19:20:35 +08:00 committed by 老广
parent 8c3ab31e4e
commit 46a39701d4
1 changed files with 1 additions and 2 deletions

View File

@ -41,9 +41,8 @@ RUN mkdir -p /opt/jumpserver/oracle/ \
&& ldconfig \
&& rm -f instantclient-basiclite-linux.x64-21.1.0.0.0.tar
RUN cd apps && python manage.py compilemessages
RUN echo > config.yml && cd apps && python manage.py compilemessages
RUN echo > config.yml
VOLUME /opt/jumpserver/data
VOLUME /opt/jumpserver/logs