fix: use npm install instead of npm ci, change port to 3091

- npm ci requires a package-lock.json; use npm install --omit=dev instead
- Change all port references from 3001 to 3091 (3001 is occupied)
  - docker-compose.yml: ports, PORT env, healthcheck URL
  - Dockerfile: EXPOSE
  - .env.example: PORT default

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-10 08:30:54 +02:00
parent 932020d032
commit a3920cacd5
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
PORT=3001
PORT=3091
DB_PATH=/data/bots.db
NODE_ENV=production
# Set a strong random token — all WP sites must send this as: Authorization: Bearer <token>