kdietrich / homeeup

WARNING: this repo is not maintained anymore. Use virtual devices in homee. <3
13 stars 9 forks source link

add dev docker environment #14

Closed lied closed 5 years ago

lied commented 5 years ago

this enables the user to easy run a homeeup docker container without compiling and stuff

Running the Development Environemnt, where the current src is copied in: docker-compose -f docker-compose.dev.yml up

Running the container on the current stable homeeup available through npm: docker-compose -f docker-compose.yml up or docker-compose up

I think this makes it easier for other people to run the software.