I am new to coding and I'm not sure how to deploy updates to my application by editing, building, and deploying it.
While I had no trouble deploying the Docker file initially, I find it challenging to make changes and redeploy using Docker.
The feature I want to add is a daily login bonus for users, where they will receive 10 reputation points each day they log in. I would like this feature to be configurable through the admin panel.