minor corrections
This commit is contained in:
@@ -30,9 +30,10 @@ RUN chown -R autonews:autonews /app
|
||||
USER autonews
|
||||
RUN export PATH=/home/autonews/.local/bin:$PATH
|
||||
|
||||
COPY requirements.txt /app/requirements.txt
|
||||
RUN python3 -m pip install -r /app/requirements.txt
|
||||
|
||||
COPY app /app/auto_news
|
||||
WORKDIR /app/auto_news
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python3", "runner.py"]
|
||||
|
Reference in New Issue
Block a user