Update dockerfile

This commit is contained in:
ocueye2 2024-11-22 13:36:12 -05:00 committed by GitHub
parent 8cdb5cf143
commit 40ca871859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ 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