Add entrypoint, modify Dockerfile: Overwrite volume files

This commit is contained in:
2025-05-30 17:40:18 +02:00
parent b3b39f583a
commit 7a9941fe66
2 changed files with 13 additions and 3 deletions

7
entrypoint.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
cp -rf /codefiles/* /app/
cd /app
dotnet ./Oqtane.Server.dll