Browse Source

appmanage 0.4.0

qiaofeng1227 2 years ago
parent
commit
2ffcbe673a
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .github/workflows/appmanage_docker.yml
  2. 1 1
      appmanage/Dockerfile
  3. 1 1
      docker/w9appmanage/.env

+ 1 - 1
.github/workflows/appmanage_docker.yml

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

+ 1 - 1
appmanage/Dockerfile

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

+ 1 - 1
docker/w9appmanage/.env

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