Files
oqtane.framework/entrypoint.sh

7 lines
73 B
Bash
Executable File

#!/bin/sh
cp -rf /codefiles/* /app/
cd /app
dotnet ./Oqtane.Server.dll