mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
latest
This commit is contained in:
parent
b281d502d0
commit
b718d38e92
4
.github/workflows/build_appmanage.yml
vendored
4
.github/workflows/build_appmanage.yml
vendored
@ -12,8 +12,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
#env:
|
env:
|
||||||
# TAGS: latest
|
TAGS: latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
name: Check out code
|
name: Check out code
|
||||||
|
@ -11,7 +11,7 @@ COPY static ./static
|
|||||||
COPY requirements.txt main.py database.sqlite ./
|
COPY requirements.txt main.py database.sqlite ./
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user