FROM python:alphine WORKDIR /app COPY . /app CMD ["python3","/app.py"]