diff --git a/Dockerfile b/Dockerfile index 0a25970..e7167ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM mahuntington/student:postgres +FROM mahuntington/student:python diff --git a/compose.yaml b/compose.yaml index 503f354..45e7f37 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ version: '3' services: student: - image: mahuntington/student:postgres + image: mahuntington/student:python stdin_open: true tty: true container_name: student