mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
admin
This commit is contained in:
parent
4eed8b47dd
commit
c7410559b4
@ -10,7 +10,7 @@ COPY static ./static
|
|||||||
COPY requirements.txt main.py ./
|
COPY requirements.txt main.py ./
|
||||||
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
|
||||||
|
@ -371,6 +371,7 @@ def get_apps_from_compose():
|
|||||||
admin_path = env_map.get("APP_ADMIN_PATH")
|
admin_path = env_map.get("APP_ADMIN_PATH")
|
||||||
if admin_path:
|
if admin_path:
|
||||||
myLogger.info_logger(admin_path)
|
myLogger.info_logger(admin_path)
|
||||||
|
admin_path = admin_path.replace("\"","")
|
||||||
else:
|
else:
|
||||||
admin_path =""
|
admin_path =""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user