From 0bf60644ae8601c52297a943963d868e6a422189 Mon Sep 17 00:00:00 2001 From: Akash Kumar Singh <57872097+akashkumarsingh612@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:16:19 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1ca9e8..5d1b091 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM python:3 RUN pip install pystrich -CMD [ "echo", "hello python" ] +CMD [ "echo", "Hello Python Programmers" ]