|
Hi team, I've noticed that the instant report generated is using this template - engagement_pdf_report.html under dojo/templates/dojo folder on uwsgi_1 instance. |
Answered by
mtesauro
Feb 15, 2022
Replies: 1 comment
|
Docker images don't retain changes after being restarted. You'll either need to build your own docker image with the changes you want or follow a process like outlined at https://stackoverflow.com/questions/41067032/how-to-stop-relaunch-docker-container-without-losing-the-changes |
0 replies
Answer selected by
mtesauro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker images don't retain changes after being restarted. You'll either need to build your own docker image with the changes you want or follow a process like outlined at https://stackoverflow.com/questions/41067032/how-to-stop-relaunch-docker-container-without-losing-the-changes