浏览代码

Update Dockerfile

qiaofeng1227 2 年之前
父节点
当前提交
dad8a38975
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      appmanage/Dockerfile

+ 1 - 0
appmanage/Dockerfile

@@ -9,6 +9,7 @@ COPY api ./api
 COPY static ./static
 COPY requirements.txt main.py  ./
 RUN apt update
+
 # Install supervisord
 RUN apt install -y supervisor
 COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf