Update dockerfile
This commit is contained in:
parent
82c3970293
commit
a694e9edf4
@ -6,8 +6,14 @@ RUN pip install cherrypy pillow qrcode
|
||||
RUN apt-get update
|
||||
RUN apt-get install nano
|
||||
|
||||
COPY . .
|
||||
# clone repo
|
||||
RUN apt-get install git
|
||||
RUN git clone https://github.com/ocueye2/my-website.git
|
||||
RUN pip install cherrypy
|
||||
|
||||
|
||||
EXPOSE 8170
|
||||
|
||||
|
||||
WORKDIR /app/heretothere
|
||||
CMD ["python", "start.py"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user