diff --git a/compose.yaml b/compose.yaml index 45e7f37..5080e96 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,3 +8,5 @@ services: container_name: student working_dir: /home/student command: ["pg_ctlcluster", "15", "main", "start", "--foreground"] + volumes: + - .:/home/student/dev