mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update manage.py
This commit is contained in:
parent
adf375e733
commit
bc731d1e40
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def get_my_app(app_name=None):
|
|||
|
||||
def install_app(app_name):
|
||||
# check directory
|
||||
if docker.create_app_directory(app_name):
|
||||
if docker.check_app_directory(app_name):
|
||||
# check port
|
||||
docker.check_app_compose(app_name)
|
||||
cmd = "cd /data/apps/"+app_name+" && sudo docker compose up -d"
|
||||
|
|
Loading…
Reference in a new issue