chore: expose production web service on port 3000

This commit is contained in:
chengkai3
2026-05-02 14:18:39 +08:00
parent 19a39e0433
commit 3fbd7be7d6
+2 -2
View File
@@ -162,6 +162,6 @@ services:
environment:
NEXT_PUBLIC_API_BASE_URL: ${NEXT_PUBLIC_API_BASE_URL}
NODE_ENV: production
expose:
- "3000"
ports:
- "3000:3000"
restart: unless-stopped