@@ -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
@@ -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
@@ -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