new Python, new packages

This commit is contained in:
Taro Matsuzawa 2019-02-18 13:06:50 +09:00
parent 8b564b69d2
commit 5ec1b6f107
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.4 FROM python:3.7.2
RUN mkdir -p /usr/src/app RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app WORKDIR /usr/src/app
@ -7,4 +7,4 @@ VOLUME /mapping
COPY . /usr/src/app/ COPY . /usr/src/app/
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
CMD ["python", "-u","/usr/src/app/server.py"] CMD ["python", "-u","/usr/src/app/server.py"]

View File

@ -1,6 +1,6 @@
tornado==4.4.2 mercantile==1.0.4
sqlalchemy==1.1.5 psycopg2-binary==2.7.7
mercantile==0.9.0 pyproj==1.9.6
pyproj==1.9.5.1 PyYAML==3.13
pyyaml==3.12 SQLAlchemy==1.2.18
psycopg2==2.6.2 tornado==5.1.1