Add notes about using tokens, etc
Also improve user experience: cd to home
This commit is contained in:
parent
d2c8279d88
commit
e62e14e1b8
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue