version: "3.7" services: bot: command: sh -c "npm config set cache /app/.npm_cache --global && npm install && npx sequelize db:migrate && npm run dev" ports: - "9229:9229"