Files
zszq-trs/YLErpWeb/start.prod.sh
2024-05-09 14:06:26 +08:00

3 lines
132 B
Bash

#!/bin/bash
nohup /bin/bash -c "export ASPNETCORE_ENVIRONMENT=prod && dotnet YLErpWeb.dll --urls=http://*:8091" > output.log 2>&1 &