diff --git a/Dockerfile b/Dockerfile index 5183edc..459b90c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM alpine:latest LABEL org.opencontainers.image.description="This is a sample test docker container that does absolutely nothing." -CMD [ "echo", "Hello World X Platform!!!!!!!!" ] \ No newline at end of file +CMD [ "echo", "Hello World X Platform!!!!!!!!!" ] \ No newline at end of file