Username jan and home path /home/jan are hardcoded in docker/Dockerfile and docker/run.sh. Anyone else using this repo must edit both files to run Docker testing. Fix: use ARG USERNAME=jan + ENV HOME=/home/$USERNAME in Dockerfile and pass $(id -un) from run.sh.
Username
janand home path/home/janare hardcoded indocker/Dockerfileanddocker/run.sh. Anyone else using this repo must edit both files to run Docker testing. Fix: useARG USERNAME=jan+ENV HOME=/home/$USERNAMEin Dockerfile and pass$(id -un)fromrun.sh.