From 40ca8718592ca679fbd914f9d446f6ca74cee10c Mon Sep 17 00:00:00 2001 From: ocueye2 <157711490+ocueye2@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:36:12 -0500 Subject: [PATCH] Update dockerfile --- dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfile b/dockerfile index 62784ec..1770df0 100644 --- a/dockerfile +++ b/dockerfile @@ -14,6 +14,7 @@ RUN apt-get update && \ rm -rf /var/lib/apt/lists/* RUN pip install cherrypy +RUN git clone https://github.com/ocueye2/heretothere.git EXPOSE 8170