Docker image #42

Merged
Miroslavsckaya merged 13 commits from feature_docker into master 2022-08-13 16:41:20 +00:00
Showing only changes of commit dcba2e3b80 - Show all commits

View file

@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3.10-alpine
WORKDIR /bot
@ -6,7 +6,7 @@ COPY . .
RUN pip install -r requirements.txt
ENV PYTHONUNBUFFERED='a'
ENV PYTHONUNBUFFERED=1
ENTRYPOINT [ "python" ]