FROM python:alpine WORKDIR /app COPY _ /app RUN pip3 install -r requiremens.txt CMD ["python3", "planer.py"]