add iamge appmanage version

This commit is contained in:
qiaofeng1227 2023-05-26 14:38:19 +08:00
parent c10d6166a9
commit bf4e2f53db
2 changed files with 2 additions and 4 deletions

View file

@ -22,9 +22,7 @@ jobs:
name: Build & push Docker image
with:
image: websoft9dev/appmanage
tags:
- "latest"
- "0.1.0"
tags: 0.1.0
registry: docker.io
dockerfile: appmanage/Dockerfile
directory: appmanage

View file

@ -10,7 +10,7 @@ COPY static ./static
COPY requirements.txt main.py ./
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