From 90e7fefa7f3134df3ffb109759a40744d3dcf30f Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sat, 5 Aug 2023 23:50:51 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 69e9374..5590f88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["rpst"]