Skip to content

Edit Web Client

Anselmo Battisti edited this page Oct 25, 2019 · 2 revisions

After make the modifications in vue pages you need to run

npm run build

to generate the files to run inside the docker container

after that you need to rebuild the imagen running inside the web-app folder

docker build .

If alfa_web-app container persist at don't update you need to remove the imagem

docker rmi alfa_web-app

and run docker-compuse up again

Clone this wiki locally