diff --git a/.github/workflows/develop_ci.yml b/.github/workflows/develop_ci.yml index 039de83f..a86cb26d 100644 --- a/.github/workflows/develop_ci.yml +++ b/.github/workflows/develop_ci.yml @@ -55,7 +55,7 @@ jobs: readme-filepath: appmanage/myread.md ci-test: - needs: build + needs: build-image runs-on: ubuntu-latest steps: diff --git a/appmanage/Dockerfile b/appmanage/Dockerfile index 7a4cb109..8b1d2295 100644 --- a/appmanage/Dockerfile +++ b/appmanage/Dockerfile @@ -10,7 +10,7 @@ COPY static ./static COPY requirements.txt main.py database.sqlite ./ 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