Skip to content

Commit f0cf064

Browse files
author
xinshen
committed
Allow newer version of python
1 parent 94dbc80 commit f0cf064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6-jessie
1+
FROM python:3
22

33
# TA-lib is required by the python TA-lib wrapper. This provides analysis.
44
COPY lib/ta-lib-0.4.0-src.tar.gz /tmp/ta-lib-0.4.0-src.tar.gz
@@ -20,4 +20,4 @@ WORKDIR /app
2020
RUN pip install -r requirements-step-1.txt
2121
RUN pip install -r requirements-step-2.txt
2222

23-
CMD ["/usr/local/bin/python","app.py"]
23+
CMD ["python","app.py"]

0 commit comments

Comments
 (0)