Explorar o código

Update Dockerfile

qiaofeng1227 %!s(int64=2) %!d(string=hai) anos
pai
achega
83e8270d26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 supervisords
+# Install supervisord
 RUN apt install -y supervisor
 COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
 COPY config/cmd.sh /cmd.sh