update nas target, documentation

This commit is contained in:
2022-10-24 17:25:48 +02:00
parent 6c08dec20a
commit e6bfe811d0
22 changed files with 111 additions and 369 deletions

View File

@@ -2,10 +2,10 @@ FROM python:latest
ENV TZ Europe/Zurich
RUN mkdir -p /app/auto_news
RUN mkdir -p /app/news_fetch
COPY requirements.txt /app/requirements.txt
RUN python3 -m pip install -r /app/requirements.txt
COPY . /app/auto_news
WORKDIR /app/auto_news
COPY . /app/news_fetch
WORKDIR /app/news_fetch