فهرست منبع

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