Update Dockerfile

This commit is contained in:
Richard Mwewa
2023-08-05 23:50:51 +02:00
committed by GitHub
parent 64ebdca6ee
commit 90e7fefa7f

View File

@@ -6,6 +6,6 @@ WORKDIR /app
COPY . .
RUN pip install --upgrade pip && pip install build && python -m build && pip install dist/*.whl
RUN pip install --upgrade pip && pip install .
ENTRYPOINT ["reddit_post_scraping_tool"]
ENTRYPOINT ["rpst"]