Changes do not reflect in docker

Hi,
I installed Baserow in docker with following command:
docker run -d --name baserow -e BASEROW_PUBLIC_URL=http://localhost -v baserow_data:/baserow/data -p 80:80 -p 443:443 --restart unless-stopped baserow/baserow:1.19.1
then I did some changes in one of source code files and I’d like these modifications to be reflected in the container. So, after applying changes in the container files, the changes persisted through docker commit command. then a new container launched. but it does not reflect those modifications.
any help?

Hello @abdolsattar, please make sure to include all the details stated in this template so that we can assist you: *READ ME FIRST* Technical Help FAQs - #2 by nigel. Thank you! :slightly_smiling_face:

Hi @abdolsattar,

your local changes indeed won’t be seen as you are explicitly running baserow 1.19.1 with your command. If you want to make changes to Baserow and run Baserow with those changes locally then look into our development environment here: Baserow’s dev environment // Baserow.