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" ]