Browse Source

Update Dockerfile

qiaofeng1227 2 years ago
parent
commit
dad8a38975
1 changed files with 1 additions and 0 deletions
  1. 1 0
      appmanage/Dockerfile

+ 1 - 0
appmanage/Dockerfile

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