Files
programming-challenges/templates/docker/python/Dockerfile
T

4 lines
60 B
Docker

FROM python:3.10.0
COPY ./ ./
CMD ["python", "solution.py"]