Change entrypoint to a bash login shell. Move conf to .profile.

This commit is contained in:
2023-04-17 10:25:49 -04:00
parent 017a120665
commit 2754158669
2 changed files with 1 additions and 9 deletions

View File

@@ -18,4 +18,4 @@ WORKDIR /home/cli
USER cli
CMD ["/bin/bash", "-i"]
CMD ["/bin/bash", "-l"]