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

@ -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}
ENV HISTFILE=/config/.history
CMD []