#[solved] the changes don't deploy
1 messages · Page 1 of 1 (latest)
you need to rebuild frontend after making changes
npm run frontend
or docker, you need to delete previous image/container, then docker-compose up --build
thanks for your help danny
it works