Dockerfile 71 B

123456
  1. # Build stage
  2. FROM python:3.8
  3. WORKDIR /app
  4. CMD ["python", "main.py"]