From 49be441e97cf540320440198917c7cd7dcf17efe Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 3 Jul 2024 20:11:00 -0700 Subject: [PATCH] Update URLs in news data update Dockerfil to point to new domain --- news/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/news/Dockerfile b/news/Dockerfile index bb80840..234953d 100644 --- a/news/Dockerfile +++ b/news/Dockerfile @@ -2,6 +2,6 @@ FROM python:3.11 COPY update_news.py . COPY requirements.txt . RUN pip install -r requirements.txt -RUN pip install --index-url https://dev.moshington.com/api/packages/moshferatu/pypi/simple/ database -RUN pip install --index-url https://dev.moshington.com/api/packages/moshferatu/pypi/simple/ news +RUN pip install --index-url https://moshferatu.dev/api/packages/moshferatu/pypi/simple/ database +RUN pip install --index-url https://moshferatu.dev/api/packages/moshferatu/pypi/simple/ news CMD ["python", "./update_news.py"] \ No newline at end of file