set user home inside a docker container

ENV HOME /home/dev
USER dev 
RUN curl -L https://get.rvm.io | bash -s stable
Bonyiii Almost 10 years ago