bump to v 0.1.1, change default port to 3003, fix Dockerfile to build & run separately

This commit is contained in:
2026-06-28 17:29:21 -06:00
parent 85301135c7
commit a99117dc98
6 changed files with 42 additions and 20 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# HTTP port (default: 3000)
PORT=3000
# HTTP port (default: 3003)
PORT=3003
# Firebase Admin: inline service account JSON (one line).
# If unset, uses Application Default Credentials (e.g. GOOGLE_APPLICATION_CREDENTIALS).