3 lines
132 B
Bash
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 &
|