update api edit

This commit is contained in:
qiaofeng1227 2023-07-27 10:15:35 +08:00
parent b718d38e92
commit 643b457077
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ jobs:
name: Build & push Docker image
with:
image: websoft9dev/appmanage
tags: latest
tags: ${{ env.VERSION }}
addLatest: True
registry: docker.io
dockerfile: appmanage/Dockerfile

View file

@ -11,7 +11,7 @@ COPY static ./static
COPY requirements.txt main.py database.sqlite ./
RUN apt update
# Install supervisords
# Install supervisord
RUN apt install -y supervisor
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY config/cmd.sh /cmd.sh