Merge branch 'main' of https://github.com/ocueye2/heretothere
This commit is contained in:
commit
6c66ad5df2
12
dockerfile
12
dockerfile
@ -6,8 +6,18 @@ RUN pip install cherrypy pillow qrcode
|
|||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install nano
|
RUN apt-get install nano
|
||||||
|
|
||||||
COPY . .
|
# clone repo
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y --no-install-recommends git && \
|
||||||
|
git clone https://github.com/ocueye2/my-website.git && \
|
||||||
|
apt-get clean && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
RUN pip install cherrypy
|
||||||
|
|
||||||
|
RUN git clone https://github.com/ocueye2/heretothere.git
|
||||||
|
|
||||||
EXPOSE 8170
|
EXPOSE 8170
|
||||||
|
|
||||||
|
|
||||||
|
WORKDIR /app/heretothere
|
||||||
CMD ["python", "start.py"]
|
CMD ["python", "start.py"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user