diff --git a/Dockerfile b/Dockerfile index 00ed60f..ad39f83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,4 +55,7 @@ RUN \ # git remote set-url origin git@${vcsprovider}:${vcsowner}/${userspace} && \ # cd /home/${user}/.dotfiles && \ # git remote set-url origin git@${vcsprovider}:${vcsowner}/${dotfiles} - \ No newline at end of file + +ENV HISTFILE=/config/.history + +CMD []