From 70e52de1ddadd1f0dbdd7b555b1ff7ff02c09658 Mon Sep 17 00:00:00 2001 From: K'Ron Spar Date: Thu, 7 Mar 2024 16:26:11 -0500 Subject: [PATCH] Added change to trigger build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cfcb63d..43f1cdd 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