Open LilyLME opened 4 years ago
It's way way easier to just do a docker-compose up which takes the necessary steps like building if it does not exist and forwarding to a designed port. In this way it's very easy for people to get start started.
docker-compose up
Some helpful resource https://github.com/mozilla-services/python-dockerflow
It's way way easier to just do a
docker-compose up
which takes the necessary steps like building if it does not exist and forwarding to a designed port. In this way it's very easy for people to get start started.