Currently webcomponent image has to be build locally when deploying
change docker-compose file to reference these two tagged images (frontend and webcomponent service).
publish webcomponent (https://github.com/vlizBE/vocabserver-webcomponent) to npm, so "npm install" will work. See repo readme for information. Maybe adjust readme to mention this published webcomponent.
Also change the package.json in frontend to published webcomponent
create a docker image for the frontend: https://github.com/vlizBE/vocabserver-frontend
create a docker image for the webcomponent: https://github.com/vlizBE/vocabserver-webcomponent
change docker-compose file to reference these two tagged images (frontend and webcomponent service).
publish webcomponent (https://github.com/vlizBE/vocabserver-webcomponent) to npm, so "npm install" will work. See repo readme for information. Maybe adjust readme to mention this published webcomponent.