Pārlūkot izejas kodu

Update Dockerfile

qiaofeng1227 2 gadi atpakaļ
vecāks
revīzija
776c1d8889
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      appmanage/Dockerfile

+ 1 - 1
appmanage/Dockerfile

@@ -10,7 +10,7 @@ COPY static ./static
 COPY requirements.txt main.py  ./
 RUN apt update
 
-# Install supervisord
+# Install supervisords
 RUN apt install -y supervisor
 COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
 COPY config/cmd.sh /cmd.sh