Updated the repo url in the Docker file

This commit is contained in:
DrUm78 2023-05-23 17:54:17 +02:00
parent c71e8af781
commit 38f300eb72

View File

@ -92,7 +92,7 @@ RUN \
echo "funkey:funkey" | chpasswd && \
#
# Clone the FunKey-OS repository
git clone https://github.com/FunKey-Project/FunKey-OS.git /home/funkey/FunKey-OS && \
git clone https://github.com/DrUm78/FunKey-OS.git /home/funkey/FunKey-OS && \
#
# Set file ownership
chown -R funkey:funkey /home/funkey