mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2026-03-16 03:34:14 +00:00
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM python
|
|
WORKDIR ~/
|
|
COPY ./ ./
|
|
CMD ["bash"] |