From 21caf98d274fb5becc9f132092f265c529c20843 Mon Sep 17 00:00:00 2001 From: Vladimir Protsenko Date: Tue, 6 Feb 2024 19:42:15 +0400 Subject: [PATCH] Update 'vscode.sh' --- vscode.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vscode.sh b/vscode.sh index 0f37e96..3131b01 100755 --- a/vscode.sh +++ b/vscode.sh @@ -19,5 +19,7 @@ docker run \ sleep 1 docker logs ${USER}_${CURDIRNAME}_vscode echo "" -echo "Address: https://$(hostname -i | awk '{ print $1; }'):${PORT}" -echo "Password: $PASSWORD" \ No newline at end of file +echo "Address: https://$(hostname -i | awk '{ print $1; }'):${VSCODE_PORT}" +echo "Password: $PASSWORD" +echo "" +echo "You can use this port for application you develop: $YOURAPP_INSIDE_DOCKER_PORT" \ No newline at end of file