Working on a Dockerfile

This commit is contained in:
Alicia Sykes 2022-08-13 21:48:40 +01:00
parent 28a9c55f04
commit 6238ae207e

View File

@ -56,3 +56,6 @@ RUN \
# cd /home/${user}/.dotfiles && \ # cd /home/${user}/.dotfiles && \
# git remote set-url origin git@${vcsprovider}:${vcsowner}/${dotfiles} # git remote set-url origin git@${vcsprovider}:${vcsowner}/${dotfiles}
ENV HISTFILE=/config/.history
CMD []