Skip to content

Commit 788f14d

Browse files
author
Vladimir Kotal
committed
fix docs
1 parent 4810eb9 commit 788f14d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/start.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
def set_url_root(logger, url_root):
6767
"""
6868
Set URL root and URI based on input
69+
:param logger: logger instance
6970
:param url_root: input
7071
:return: URI and URL root
7172
"""
@@ -109,6 +110,7 @@ def get_war_name(url_root):
109110
def deploy(logger, url_root):
110111
"""
111112
Deploy the web application
113+
:param logger: logger instance
112114
:param url_root: web app URL root
113115
"""
114116

@@ -191,6 +193,7 @@ def refresh_projects(logger, uri):
191193
def save_config(logger, uri, config_path):
192194
"""
193195
Retrieve configuration from the web app and write it to file.
196+
:param logger: logger instance
194197
:param uri: web app URI
195198
:param config_path: file path
196199
"""

0 commit comments

Comments
 (0)