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