appmanage 0.4.0

This commit is contained in:
qiaofeng1227 2023-06-09 14:29:39 +08:00
parent bc95ed0e1a
commit 2ffcbe673a
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ jobs:
name: Build & push Docker image
with:
image: websoft9dev/appmanage
tags: 0.3.0
tags: 0.4.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 supervisord
# Install supervisords
RUN apt install -y supervisor
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY config/cmd.sh /cmd.sh

View file

@ -1,4 +1,4 @@
APP_NAME=websoft9-appmanage
APP_VERSION=0.2.0
APP_VERSION=0.4.0
APP_HTTP_PORT=5000
APP_NETWORK=websoft9