diff --git a/Dockerfile b/Dockerfile index aaeff2d..9798a77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,4 +66,4 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] WORKDIR /home/root # Set bash as the default shell -CMD ["/bin/bash"] \ No newline at end of file +CMD ["/bin/bash"] diff --git a/entrypoint.sh b/entrypoint.sh index 4b8500e..824b72f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,4 +8,4 @@ if [ $? -eq 0 ]; then else echo "Profile 'eks' not found. Running 'aws configure sso'." aws configure sso -fi \ No newline at end of file +fi