Update dockerfile

This commit is contained in:
ocueye2 2025-01-02 22:10:30 -05:00 committed by GitHub
parent 4849875be0
commit 47c5ddca9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,8 +14,6 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN pip install cherrypy RUN pip install cherrypy
RUN git clone https://github.com/ocueye2/heretothere.git
EXPOSE 8170 EXPOSE 8170