From 9cf74928879a0ceecb59e85cf8d913784c258419 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 3 Dec 2023 10:22:50 -0500 Subject: [PATCH] image/container name update --- Dockerfile | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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