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 6381661232 - Show all commits

View file

@ -6,7 +6,7 @@ COPY . .
RUN pip install -r requirements.txt
ENV PYTHONUNBUFFERED=1
ENV PYTHONUNBUFFERED=1 RSSBOT_DSN=xxx RSSBOT_TG_TOKEN=xxx LOG_LEVEL=INFO
ENTRYPOINT [ "python" ]