cdn
This commit is contained in:
parent
a5fb0ac334
commit
c709148143
2 changed files with 2 additions and 2 deletions
|
@ -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 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
|
||||||
|
|
|
@ -35,4 +35,4 @@ APP_STATUS_FAILED = "failed"
|
||||||
|
|
||||||
NGINX_URL="http://websoft9-nginxproxymanager:81"
|
NGINX_URL="http://websoft9-nginxproxymanager:81"
|
||||||
#ARTIFACT_URL="https://artifact.azureedge.net/release/websoft9"
|
#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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue