Add entrypoint, modify Dockerfile: Overwrite volume files
This commit is contained in:
7
entrypoint.sh
Executable file
7
entrypoint.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp -rf /codefiles/* /app/
|
||||
|
||||
cd /app
|
||||
|
||||
dotnet ./Oqtane.Server.dll
|
Reference in New Issue
Block a user