From 4849875be0202eed59ffc6fe9c8bd64d3cbb088f Mon Sep 17 00:00:00 2001 From: ocueye2 <157711490+ocueye2@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:10:20 -0500 Subject: [PATCH] fixed git link in dockerfile --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 1770df0..fb195c3 100644 --- a/dockerfile +++ b/dockerfile @@ -9,7 +9,7 @@ RUN apt-get install nano # clone repo RUN apt-get update && \ apt-get install -y --no-install-recommends git && \ - git clone https://github.com/ocueye2/my-website.git && \ + git clone https://github.com/ocueye2/heretothere.git && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* RUN pip install cherrypy