mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
Update docker.py
This commit is contained in:
parent
f0ffe9f5d7
commit
82472a7d6c
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ def create_app_directory(app_name):
|
|||
isexsits = os.path.exists(path)
|
||||
if isexsits:
|
||||
return
|
||||
# 将apps复制到/data目录
|
||||
if not os.path.exists("/data"):
|
||||
os.makedirs("/data")
|
||||
os.makedirs("/data/apps")
|
||||
|
||||
if not os.path.exists("/tmp/docker-library"):
|
||||
shell_execute.execute_command_output_all("git clone https://ghproxy.com/https://github.com/Websoft9/docker-library.git /tmp/docker-library")
|
||||
|
|
Loading…
Reference in a new issue