dockerfile-node
dockerfile-node copied to clipboard
Dockerfile generator for Node.js
A friend had a dockerfile like this: ``` # syntax = docker/dockerfile:1 # Adjust NODE_VERSION as desired ARG NODE_VERSION=18.7.0 FROM node:${NODE_VERSION}-slim as base LABEL fly_launch_runtime="NodeJS" # NodeJS app lives here...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependencies [@cypress/request](https://github.com/cypress-io/request), [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library) and [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. Updates `@cypress/request` from 2.88.12 to 3.0.1 Release notes Sourced from @cypress/request's...
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependencies [@cypress/request](https://github.com/cypress-io/request), [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library) and [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. Updates `@cypress/request` from 2.88.12 to 3.0.1 Release notes Sourced from @cypress/request's...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependencies [@cypress/request](https://github.com/cypress-io/request), [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library) and [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. Updates `@cypress/request` from 2.88.12 to 3.0.1 Release notes Sourced from @cypress/request's...
- with SvelteKit using bun as the package manager and builder does not mean to use bun as the runner - the runner language is determined by the adapter, not...
Use case: I'd like to add certain files before running the build or install.
See: https://community.fly.io/t/dockerfile/17099
Dear friends, i have an error when using Dockerfile generated by this package. Demo Project: https://github.com/lyquocnam/demo-remix-bun-prisma Related Thread on fly.io: https://community.fly.io/t/error-with-remix-prisma-with-bun-dockerfile Im not good with Docker so i don't known...