Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate a Dockerfile for contributing #9105
Open
Comments
|
sure, no reason not to, methinks. feel free to open up a PR |
|
@SimenB I can do it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a DockerFile to run jest.
Motivation
It would be nice to have a option to run Jest with a one-click command instead of having to do any manual setup.
Example
I imagine something along the lines of this (may not be semantically correct):
docker build . / docker run jestPitch