fixed git link in dockerfile

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

View File

@ -9,7 +9,7 @@ RUN apt-get install nano
# clone repo # clone repo
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends git && \ apt-get install -y --no-install-recommends git && \
git clone https://github.com/ocueye2/my-website.git && \ git clone https://github.com/ocueye2/heretothere.git && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN pip install cherrypy RUN pip install cherrypy