-
Notifications
You must be signed in to change notification settings - Fork 117
Adding a dockerfile to make it able to run as a docker container #28
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
Conversation
Hi wallyjue, thanks for your contribution! I was planning to add Docker support for a long time now, great work 👍
I just tested the docker configuration and the dockerfile is for production release only. Do you use docker also for dev?
I don
I just tested the docker configuration and the dockerfile is for production release only. Do you use docker also for dev?
Sorry for late reply. I don't use it for dev and my experience does not recommend it. Using it while developing would make thing complicate.
Hi, this project looks awesome and I add a dockerfile to it. Hope you like it.