mount this dir inside container

main
Matthew Huntington 2 years ago
parent 560c099e15
commit 12be05a351

@ -8,3 +8,5 @@ services:
container_name: student container_name: student
working_dir: /home/student working_dir: /home/student
command: ["pg_ctlcluster", "15", "main", "start", "--foreground"] command: ["pg_ctlcluster", "15", "main", "start", "--foreground"]
volumes:
- .:/home/student/dev

Loading…
Cancel
Save