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

3 lines
131 B
Bash

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