Skip to content

A super simple dockerisation of a super simple service

License

Notifications You must be signed in to change notification settings

JoeScho/example.docker

Repository files navigation

example.docker

Build StatusCoverage StatusISC License

A super simple dockerisation of a super simple service

How to run

This runs the bash script which uses Docker magic to install all the dependencies and run the tests. Simple!

Test it!

  • npm t
    • Runs the tests
  • npm run jshint
    • Tests the code quality
  • npm run code-style
    • Checks the code style is in keeping with AirBnB's standards
  • npm run check-coverage
    • Checks that the tests cover all of the code
  • npm run open-coverage
    • Opens a browser with a well highlighted view of the code coverage

This was created with the help of the official NodeJS docker tutorial.

© Joe Schofield 2017

About

A super simple dockerisation of a super simple service

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published