Explorar el Código

Update Dockerfile

qiaofeng1227 hace 2 años
padre
commit
f97b3db074
Se han modificado 1 ficheros con 1 adiciones y 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 supervisord
+# Install Supervisord
 RUN apt install -y supervisor
 COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
 COPY config/cmd.sh /cmd.sh