Skip to content

Commit

Permalink
🚨 Add newline at end
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Pöschl committed Oct 27, 2023
1 parent 832665d commit f750c7e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Teams/brown_independents/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
CMD []
2 changes: 1 addition & 1 deletion Teams/ginger_mariners/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
CMD []
2 changes: 1 addition & 1 deletion Teams/green_twins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
CMD []
2 changes: 1 addition & 1 deletion Teams/pink_hotspurs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
CMD []
2 changes: 1 addition & 1 deletion Teams/purple_saints/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
CMD []
2 changes: 1 addition & 1 deletion Teams/red_titans/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
CMD []
2 changes: 1 addition & 1 deletion Teams/white_dodgers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
CMD []
2 changes: 1 addition & 1 deletion Teams/yellow_pirates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
CMD []

0 comments on commit f750c7e

Please sign in to comment.