develop ci

This commit is contained in:
qiaofeng1227 2023-07-06 09:48:26 +08:00
parent 4d81ac75e7
commit 647c5bb218
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ jobs:
readme-filepath: appmanage/myread.md
ci-test:
needs: build
needs: build-image
runs-on: ubuntu-latest
steps:

View File

@ -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