`npm install` in pipeline continues to install dev dependencies
I have a GitHub pipeline that builds and pushes an image to DockerHub. However, GitHub Actions consistently attempts to install devDependencies, causing it to fail when it can’t install better-sqlite3. Here are my Dockerfile and pipeline configuration:
Dockerfile: