mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-01-31 08:35:54 +00:00
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM python
|
|
WORKDIR ~/
|
|
COPY ./ ./
|
|
CMD ["bash"] |