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

Dockerize mhp #10

Open
joseph-allen opened this issue Apr 17, 2019 · 5 comments
Open

Dockerize mhp #10

joseph-allen opened this issue Apr 17, 2019 · 5 comments
Assignees

Comments

@joseph-allen
Copy link

- Do you want to request a feature or report a bug?
Feature
- What is the current behavior?
Setup is slow for any devs who do not have a web dev background

- What is the expected behavior?
We should be able to host this project using docker.

@joseph-allen
Copy link
Author

I can't assign myself but I will give this a go :)

@rml1997
Copy link

rml1997 commented May 30, 2019

I'm happy to help out with this if you need it

@seam345
Copy link

seam345 commented Jun 7, 2019

@joseph-allen I have created a pull request with my dockerfile #15 that I got running at the meetup

The commands I ran to get it running was,

  1. docker build -t my-nodejs-app .
  2. docker run -it --rm --net=host --name my-running-app my-nodejs-app

@vincelee888
Copy link
Member

Did we get this working so I can edit the code, and view the dockerized server to live-reload?

@joseph-allen
Copy link
Author

@rml1997 said he had a setup that had live reload working, waiting on his PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants