Fix Docker build - Add PORT environment variable

- Add PORT=3000 to both Dockerfile and docker-compose.yml
- Ensure proper file ownership in standalone build
- Fix potential 404 routing issues

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Max
2026-01-26 13:08:04 +07:00
parent d9c090db45
commit 90f807b31d
2 changed files with 5 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ services:
- "6969:3000"
environment:
- NODE_ENV=production
- PORT=3000
networks:
- dokploy-network
labels: