Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove volume declaration from Dockerfile
This commit removes the VOLUME statement for the `/app/data` directory from the Dockerfile. This change simplifies the container setup, eliminating the need for an explicit volume declaration, which may lead to fewer complications in certain deployment scenarios.
- Loading branch information