From 47c5ddca9a99ae24cbf598d98af7b075f507429d Mon Sep 17 00:00:00 2001 From: ocueye2 <157711490+ocueye2@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:10:30 -0500 Subject: [PATCH] Update dockerfile --- dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/dockerfile b/dockerfile index fb195c3..585a92b 100644 --- a/dockerfile +++ b/dockerfile @@ -14,8 +14,6 @@ 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