Can't install - front-build is missing?
Summary
I forked the main minds repo to get a clean install and I'm having issues getting the front-end working. I noticed that the front-build service was removed from docker-compose.yml in 8bf42768. I'm also interested if this is related to engine#849 ?
Steps to reproduce
Follow installation steps in the readme.
docker-compose up front-build
--> ERROR: No such service: front-build
Platform information
Ubuntu 18.04 (Windows 10 using WSL2)
What is the current bug behavior?
ERROR: No such service: front-build
Nothing is served from localhost:8080, any page request is an automatic 200 with no content
What is the expected correct behavior?
The front-end is served from localhost:8080
Relevant logs and/or screenshots
docker-compose up front-build
ERROR: No such service: front-build
Possible fixes
- Replace front-build or update installation docs with new front-end development flow.
- Make sure engine#849 is updated properly if necessary
mentioned in issue engine#849
- Developer
Ah, the docs need an update. The front container was taken out when @gthouret implemented HMR (
npm run serve-dev
), because the docker-compose is only used for development anyway. I think we may want to update our docs.