Dockerfile/TODO: use git clone instead

This commit is contained in:
Daniel Brahneborg 2025-12-07 10:31:13 +01:00
parent e6c7bde4e4
commit f2405febc9

View file

@ -26,6 +26,9 @@ ADD \
.zshrc \ .zshrc \
/root/ /root/
WORKDIR /opt
# git clone shared@git.braxo.se:daniel/autofw.git
RUN mkdir /opt/autofw RUN mkdir /opt/autofw
WORKDIR /opt/autofw WORKDIR /opt/autofw