mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM python
|
|
WORKDIR ~/
|
|
COPY ./ ./
|
|
CMD ["bash"] |