我正在提供一个使用jsreport
. 服务器通过运行以下 shell 脚本开始工作:
npm install jsreport
node node_modules/jsreport --init
服务运行的默认端口是443
. 但我想在另一个端口上运行它。
就像我npm install
每次一样,我不想每次都手动操作配置文件,因为它的结构可能会在更高版本的jsreport
. 有没有办法在 shell script 命令中指定端口?
我正在提供一个使用jsreport
. 服务器通过运行以下 shell 脚本开始工作:
npm install jsreport
node node_modules/jsreport --init
服务运行的默认端口是443
. 但我想在另一个端口上运行它。
就像我npm install
每次一样,我不想每次都手动操作配置文件,因为它的结构可能会在更高版本的jsreport
. 有没有办法在 shell script 命令中指定端口?