diff --git a/Teams/brown_independents/Dockerfile b/Teams/brown_independents/Dockerfile index 23f0d71..f96c2c5 100644 --- a/Teams/brown_independents/Dockerfile +++ b/Teams/brown_independents/Dockerfile @@ -5,4 +5,4 @@ ENV Y=5 ENV COLOR=692f05 ENTRYPOINT sh -c "echo -en 'PX ${X} ${Y} ${COLOR}\n' | nc -q1 localhost 1234" -CMD [] \ No newline at end of file +CMD [] diff --git a/Teams/ginger_mariners/Dockerfile b/Teams/ginger_mariners/Dockerfile index e3247ae..bb525d4 100644 --- a/Teams/ginger_mariners/Dockerfile +++ b/Teams/ginger_mariners/Dockerfile @@ -5,4 +5,4 @@ ENV Y=5 ENV COLOR=e07224 ENTRYPOINT sh -c "echo -en 'PX ${X} ${Y} ${COLOR}\n' | nc -q1 localhost 1234" -CMD [] \ No newline at end of file +CMD [] diff --git a/Teams/green_twins/Dockerfile b/Teams/green_twins/Dockerfile index 3f91708..d92a948 100644 --- a/Teams/green_twins/Dockerfile +++ b/Teams/green_twins/Dockerfile @@ -5,4 +5,4 @@ ENV Y=5 ENV COLOR=02d10c ENTRYPOINT sh -c "echo -en 'PX ${X} ${Y} ${COLOR}\n' | nc -q1 localhost 1234" -CMD [] \ No newline at end of file +CMD [] diff --git a/Teams/pink_hotspurs/Dockerfile b/Teams/pink_hotspurs/Dockerfile index 8c43e40..4493f36 100644 --- a/Teams/pink_hotspurs/Dockerfile +++ b/Teams/pink_hotspurs/Dockerfile @@ -5,4 +5,4 @@ ENV Y=365 ENV COLOR=f00af0 ENTRYPOINT sh -c "echo -en 'PX ${X} ${Y} ${COLOR}\n' | nc -q1 localhost 1234" -CMD [] \ No newline at end of file +CMD [] diff --git a/Teams/purple_saints/Dockerfile b/Teams/purple_saints/Dockerfile index 3e1e518..623b100 100644 --- a/Teams/purple_saints/Dockerfile +++ b/Teams/purple_saints/Dockerfile @@ -5,4 +5,4 @@ ENV Y=725 ENV COLOR=f00af0 ENTRYPOINT sh -c "echo -en 'PX ${X} ${Y} ${COLOR}\n' | nc -q1 localhost 1234" -CMD [] \ No newline at end of file +CMD [] diff --git a/Teams/red_titans/Dockerfile b/Teams/red_titans/Dockerfile index ad5131c..95877bb 100644 --- a/Teams/red_titans/Dockerfile +++ b/Teams/red_titans/Dockerfile @@ -5,4 +5,4 @@ ENV Y=725 ENV COLOR=e07224 ENTRYPOINT sh -c "echo -en 'PX ${X} ${Y} ${COLOR}\n' | nc -q1 localhost 1234" -CMD [] \ No newline at end of file +CMD [] diff --git a/Teams/white_dodgers/Dockerfile b/Teams/white_dodgers/Dockerfile index 6d1a1be..7610514 100644 --- a/Teams/white_dodgers/Dockerfile +++ b/Teams/white_dodgers/Dockerfile @@ -5,4 +5,4 @@ ENV Y=725 ENV COLOR=e6e3e6 ENTRYPOINT sh -c "echo -en 'PX ${X} ${Y} ${COLOR}\n' | nc -q1 localhost 1234" -CMD [] \ No newline at end of file +CMD [] diff --git a/Teams/yellow_pirates/Dockerfile b/Teams/yellow_pirates/Dockerfile index a15f12d..b2fc27a 100644 --- a/Teams/yellow_pirates/Dockerfile +++ b/Teams/yellow_pirates/Dockerfile @@ -5,4 +5,4 @@ ENV Y=365 ENV COLOR=dede04 ENTRYPOINT sh -c "echo -en 'PX ${X} ${Y} ${COLOR}\n' | nc -q1 localhost 1234" -CMD [] \ No newline at end of file +CMD []