to run the server in ther docker container for development run the following command:
$ docker compose watchthis configures the docker container to run in watch mode where it sync file changes between server and the container including generated files like node_modules, prisma generated folders, and prisma migrations.