add iamge appmanage version
This commit is contained in:
parent
c10d6166a9
commit
bf4e2f53db
2 changed files with 2 additions and 4 deletions
4
.github/workflows/appmanage_docker.yml
vendored
4
.github/workflows/appmanage_docker.yml
vendored
|
@ -22,9 +22,7 @@ jobs:
|
||||||
name: Build & push Docker image
|
name: Build & push Docker image
|
||||||
with:
|
with:
|
||||||
image: websoft9dev/appmanage
|
image: websoft9dev/appmanage
|
||||||
tags:
|
tags: 0.1.0
|
||||||
- "latest"
|
|
||||||
- "0.1.0"
|
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
dockerfile: appmanage/Dockerfile
|
dockerfile: appmanage/Dockerfile
|
||||||
directory: appmanage
|
directory: appmanage
|
||||||
|
|
|
@ -10,7 +10,7 @@ COPY static ./static
|
||||||
COPY requirements.txt main.py ./
|
COPY requirements.txt main.py ./
|
||||||
RUN apt update
|
RUN apt update
|
||||||
|
|
||||||
# Install supervisords
|
# Install supervisord
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue