This commit is contained in:
qiaofeng1227 2023-07-27 10:12:25 +08:00
parent b281d502d0
commit b718d38e92
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ jobs:
build: build:
name: Build Docker image name: Build Docker image
runs-on: ubuntu-latest runs-on: ubuntu-latest
#env: env:
# TAGS: latest TAGS: latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
name: Check out code name: Check out code

View File

@ -11,7 +11,7 @@ COPY static ./static
COPY requirements.txt main.py database.sqlite ./ COPY requirements.txt main.py database.sqlite ./
RUN apt update RUN apt update
# Install supervisord # Install supervisords
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