mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
5 lines
82 B
Docker
5 lines
82 B
Docker
|
FROM python
|
||
|
WORKDIR ~/
|
||
|
COPY ./ ./
|
||
|
RUN pip install -r requirements.txt
|
||
|
CMD ["bash"]
|