We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00e88f commit 1e16acfCopy full SHA for 1e16acf
kit/commands/docker_build.py
@@ -208,7 +208,7 @@ def setup_docker(args):
208
print("docker run -d -p <ip addr>:<port>:8888", Constants.vscode_label)
209
print("Then to open vscode navigate to <ip addr>:<port> in your chosen browser")
210
else:
211
- print("docker run -it", Constants.toolkit_label)
+ print("docker run -it", prev)
212
213
214
def get_docker_features(keys: str) -> dict[str, str]:
0 commit comments