Przeglądaj źródła

Update Dockerfile

qiaofeng1227 2 lat temu
rodzic
commit
1a13b399a2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      appmanage/Dockerfile

+ 1 - 1
appmanage/Dockerfile

@@ -9,7 +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
 COPY config/cmd.sh /cmd.sh
 COPY config/cmd.sh /cmd.sh