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