Skip to content

Releases: meteor-up/mup-node

0.6.0

06 Jul 22:11

Choose a tag to compare

  • .mupignore file can be used to exclude files and folders from being bundled
  • Add app.docker.imagePort option, which works the same as in Meteor Up for meteor apps
  • Remove validation warning for empty environment variables
  • Fix plugin modifying config when app type was not 'node'

0.4.0

03 Apr 01:32

Choose a tag to compare

  • Allow disabiling Verifying Deployment
  • Show warning when package.json is missing a start script
  • Fix start task succeeding despite errors starting the container

0.3.0

03 Apr 01:29

Choose a tag to compare

  • Run the npm script mup:postinstall when building the image, if it exists

0.2.0

03 Apr 01:28

Choose a tag to compare

  • Add options to customize image
  • Show defaults in config when mup validate --show is run