moving working dir to compose.yaml

main
Matthew Huntington 2 years ago
parent ab4f1187be
commit 97f89ea7c3

@ -1,3 +1 @@
FROM mahuntington/student:postgres
WORKDIR /home/student

@ -6,4 +6,5 @@ services:
stdin_open: true
tty: true
container_name: student
working_dir: /home/student
command: ["pg_ctlcluster", "15", "main", "start", "--foreground"]

Loading…
Cancel
Save