diff --git a/Dockerfile b/Dockerfile index 89335bd04be1171207b139e61fa553b48564ad18..1bc71cbf1ad62b3eaada3643c94f96cf77e3f731 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM alpine:latest # Print "Hello, World!" when the container starts -CMD echo "Hello, World!" \ No newline at end of file +CMD echo "Hello, World!" && echo "Hello again!" \ No newline at end of file