Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding dockerfiles for development and an example image #529

Open
dockerizeallthethings opened this issue Jan 1, 2018 · 0 comments
Open

Comments

@dockerizeallthethings
Copy link

Container technology is convenient for many reasons including isolation and various degrees of immutability. Docker is a prominent container technology (and also company with which, btw, I am not affiliated, just of which I am a fan 😄).

In this PR, I add a couple of dockerfiles with which one can build docker images (I also add some documentation to the README.md):

  • Dockerfile will build an image intended for development purposes. Running this file with a mounted volume at the location of the source folder (./src) will allow one to benefit from hot-reloading when developing locally (e.g. with an IDE).
  • Dockerfile-prod will run Automated production build. An image of this is currently hosted on hub.docker.com here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants