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"]