Intial commit for deployment script p2
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Translate Cloud Run's injected PORT env var into what ASP.NET Core reads.
|
||||
# Cloud Run sets PORT (default 8080). ASP.NET Core reads ASPNETCORE_HTTP_PORTS.
|
||||
export ASPNETCORE_HTTP_PORTS="${PORT:-8080}"
|
||||
exec ./Htmx.ApiDemo "$@"
|
||||
Reference in New Issue
Block a user