From b10192ea8b3ff60bee68b761c60f52e2c642c509 Mon Sep 17 00:00:00 2001 From: ocueye2 <157711490+ocueye2@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:30:53 -0500 Subject: [PATCH] Update dockerfile --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 93ef0df..f1bc2ff 100644 --- a/dockerfile +++ b/dockerfile @@ -8,7 +8,7 @@ RUN apt-get install nano # clone repo RUN apt-get install git -RUN git clone https://github.com/ocueye2/my-website.git +RUN git clone https://github.com/ocueye2/heretothere.git RUN pip install cherrypy