Skip to content

Commit ffd82a4

Browse files
committed
chore: Fixed formatting
1 parent 69ce7cc commit ffd82a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENTRYPOINT ["/bin/bash", "-c"]
1515

1616
# Set the default command to print a user-friendly message
1717
CMD ["printf \"Welcome to the Bash Init Container!\n\
18-
The following tools are available: ${PACKAGES} \n\
19-
You can run commands interactively or use it in your Kubernetes/ECS init containers.\n\
20-
This container is designed to receive a bash script to execute as a string.\nExample Usage:\n\
21-
docker run --rm -it init 'echo Hello World'\n\""]
18+
The following tools are available: ${PACKAGES} \n\
19+
You can run commands interactively or use it in your Kubernetes/ECS init containers.\n\
20+
This container is designed to receive a bash script to execute as a string.\nExample Usage:\n\
21+
docker run --rm -it init 'echo Hello World'\n\""]

0 commit comments

Comments
 (0)