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:
name: Build Docker image
runs-on: ubuntu-latest
#env:
# TAGS: latest
env:
TAGS: latest
steps:
- uses: actions/checkout@v2
name: Check out code

View File

@ -11,7 +11,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