mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
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
|
||||
with:
|
||||
image: websoft9dev/appmanage
|
||||
tags:
|
||||
- "latest"
|
||||
- "0.1.0"
|
||||
tags: 0.1.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 supervisords
|
||||
# Install supervisord
|
||||
RUN apt install -y supervisor
|
||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
COPY config/cmd.sh /cmd.sh
|
||||
|
|
Loading…
Reference in a new issue