fixed git link in dockerfile
This commit is contained in:
parent
6c66ad5df2
commit
4849875be0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user