david/container-dev
david
/
container-dev
Archived
1
0
Fork 0

little fix

This commit is contained in:
david 2020-11-05 23:08:03 +01:00
parent 00052a7d96
commit ac494f897b
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y sudo vim git zsh
echo "${USERNAME} ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
ln -fs /usr/share/zoneinfo/${TIMEZONE} /etc/localtime
USER $USERNAME
WORKDIR /home/$USERNAME
USER ${USERNAME}
WORKDIR /home/${USERNAME}
CMD top -b