This commit is contained in:
Yang Zhang 2019-07-24 17:02:20 +08:00
parent 16cc86d6a0
commit de61cc53b4
2 changed files with 1 additions and 3 deletions

View File

@ -4,6 +4,7 @@ RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q python-all python-pip
ADD ./webapp/requirements.txt /tmp/requirements.txt
RUN pip install -qr /tmp/requirements.txt
RUN pip install python-tk
ADD ./webapp /opt/webapp/
WORKDIR /opt/webapp
EXPOSE 5000

View File

@ -1,7 +1,4 @@
Flask
turtle
datetime
python-tk
Jinja2
Werkzeug
distribute