Description
The Docker build is currently failing with multiple warnings and critical errors related to missing dependencies and TTY handling. The issue occurs during the yarn install step inside the Docker container, which blocks the build process.
Tasks
🔍 Logs
[@nuxt/content] WARN No content configuration found, falling back to default collection.
[@nuxt/robots] WARN Nuxt Robots does not work with Nuxt Content v3 yet, the integration will be disabled.
[@nuxt/content] ERROR Nuxt Content requires better-sqlite3 module to operate.
ERROR TTY initialization failed: uv_tty_init returned EINVAL (invalid argument)
...
error Command failed with exit code 1.
The command '/bin/sh -c yarn install' returned a non-zero code: 1
exit status 1
Description
The Docker build is currently failing with multiple warnings and critical errors related to missing dependencies and TTY handling. The issue occurs during the yarn install step inside the Docker container, which blocks the build process.
Tasks
🔍 Logs