After publishing projects in the application, I expected them to persist across server restarts (since the app is running in Docker). However, when I freshly launch the server, none of the previously published projects are found. It looks as if the published projects are not being stored in a persistent location inside the Docker container.
Please provide a fix or guidance on how to properly persist published projects.
