This commit is contained in:
qiaofeng1227 2023-07-29 11:24:10 +08:00
parent a5fb0ac334
commit c709148143
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -35,4 +35,4 @@ APP_STATUS_FAILED = "failed"
NGINX_URL="http://websoft9-nginxproxymanager:81"
#ARTIFACT_URL="https://artifact.azureedge.net/release/websoft9"
ARTIFACT_URL="hw9artifact.blob.core.windows.net/release/websoft9"
ARTIFACT_URL="https://w9artifact.blob.core.windows.net/release/websoft9"