Keep the order...

This commit is contained in:
Johannes Findeisen 2025-06-28 00:44:09 +02:00
commit 7da9f69004

View file

@ -45,13 +45,13 @@ RUN \
WORKDIR /home/hanez WORKDIR /home/hanez
RUN \
chsh -s /bin/zsh root
# Use without volumes in the compose file only! # Use without volumes in the compose file only!
#RUN git clone https://git.xw3.org/hanez/home.git . #RUN git clone https://git.xw3.org/hanez/home.git .
#COPY home/hanez/.ssh /home/hanez/.ssh #COPY home/hanez/.ssh /home/hanez/.ssh
RUN \
chsh -s /bin/zsh root
RUN \ RUN \
useradd -M -u 1000 -U -s /bin/zsh -d /home/hanez hanez; \ useradd -M -u 1000 -U -s /bin/zsh -d /home/hanez hanez; \
touch /home/hanez/.penv; \ touch /home/hanez/.penv; \