Hellper / Dokerfile
OlgaKo's picture
Update Dokerfile
1516fc3
raw
history blame contribute delete
No virus
108 Bytes
FROM python:alpine
WORKDIR /app
COPY _ /app
RUN pip3 install -r requiremens.txt
CMD ["python3", "planer.py"]