Update dockerfile

This commit is contained in:
ocueye2 2024-11-22 13:30:53 -05:00 committed by GitHub
parent a694e9edf4
commit b10192ea8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ RUN apt-get install nano
# clone repo # clone repo
RUN apt-get install git RUN apt-get install git
RUN git clone https://github.com/ocueye2/my-website.git RUN git clone https://github.com/ocueye2/heretothere.git
RUN pip install cherrypy RUN pip install cherrypy