Skip to content

Instantly share code, notes, and snippets.

@elvinlari
Last active September 23, 2022 08:43
Show Gist options
  • Save elvinlari/65eab9f6da7de90e2be9a930e529bf37 to your computer and use it in GitHub Desktop.
Save elvinlari/65eab9f6da7de90e2be9a930e529bf37 to your computer and use it in GitHub Desktop.
NPM commands.
docker service npm command normal npm command
docker-compose run --rm npm install npm install
docker-compose run --rm npm install @myorg/privatepackage npm install @myorg/privatepackage
docker-compose run --rm npm run build npm run build
docker-compose run --rm --service-ports npm run dev npm run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment