dockerfile-node
dockerfile-node copied to clipboard
Dockerfile generator for Node.js
See: https://community.fly.io/t/vite-not-found-on-ci-deploy-from-github/13064 Best solution is likely to install nginx and copy the build output to `/usr/share/nginx/html`.
Quick evaluation of strapi: vanilla node project, defaulting to sqlite3 via the better-sqlite3 npm module.. If sqlite3 is used, we will want to place that database on a volume, and...
See: https://community.fly.io/t/module-express-not-found-when-trying-to-deploy-express-application/12758 It looks like it would be helpful to have a flag to specify which application, and that flag will be used to supply a filter (in the pnpm...
See https://github.com/remix-run/react-router-templates/pull/91#issuecomment-2849449740
Tried this: _npx --yes @flydotio/dockerfile@latest --alpine --add git --add openssh --instructions-deploy=install.packages --force_ output _file:///Users/xxx/.npm/_npx/f37d7377d96e8c81/node_modules/@flydotio/dockerfile/index.js:307 df.instructions[stage] = options.instructions[stage] ^ TypeError: Cannot create property 'deploy' on string 'install.packages' at file:///Users/xxx/.npm/_npx/f37d7377d96e8c81/node_modules/@flydotio/dockerfile/index.js:307:30 at ModuleJob.run...