remix-run / blues-stack

The Remix Stack for deploying to Fly with PostgreSQL, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
961 stars 236 forks source link

fix(Dockerfile): update npm commands #184

Closed kwigley closed 1 year ago

kwigley commented 1 year ago

fixes npm warnings during docker build

rubys commented 1 year ago

Just a note: some npm packages require scripts to install. The default for npm, yarn, and pnpm is to run those scripts. That may create security issues, so each provide an option to disable running those scripts.

MichaelDeBoey commented 1 year ago

@rubys That's why I let @kwigley remove the --ignore-scripts flag in https://github.com/remix-run/blues-stack/pull/184#discussion_r1186758083