1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-03-24 13:45:19 +00:00

5 lines
82 B
Docker
Raw Normal View History

2020-04-05 12:46:21 -05:00
FROM python
WORKDIR ~/
2020-04-05 19:53:01 +00:00
COPY ./ ./
2020-04-05 21:29:16 +00:00
RUN pip install -r requirements.txt
2020-04-05 19:53:01 +00:00
CMD ["bash"]