Add notes about using tokens, etc

Also improve user experience: cd to home
This commit is contained in:
Chris (wolcen) Thompson 2024-03-26 18:11:12 -04:00
parent d2c8279d88
commit e62e14e1b8
2 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,7 @@ ARG gid=1000
RUN groupadd -g ${gid} ${group}
RUN useradd -u ${uid} -g ${group} -s /bin/sh -m ${user}
USER ${uid}:${gid}
WORKDIR /home/deployer
RUN mkdir ~/.ssh
RUN touch ~/.ssh/config
RUN chmod 700 ~/.ssh