7 lines
73 B
Bash
Executable File
7 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp -rf /codefiles/* /app/
|
|
|
|
cd /app
|
|
|
|
dotnet ./Oqtane.Server.dll |