Update docker entry
Docker Build and Release Upload / build (push) Successful in 1m26s

This commit is contained in:
2025-07-26 12:10:45 -07:00
parent 478ce2f592
commit 0a9ee122e7
4 changed files with 19 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
# Copy certs-gen.sh into the mounted /certs volume if it doesn't exist
if [ ! -f /certs/cert-gen.sh ]; then
cp /cert-gen.sh /certs/cert-gen.sh
chmod +x /certs/cert-gen.sh
fi
# Launch the application
exec dotnet Server.dll --urls http://+:5000