Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/H3lllfir3/URL_Sentry into main
Browse files Browse the repository at this point in the history
  • Loading branch information
H3lllfir3 committed Dec 4, 2023
2 parents e6a9509 + b3852d0 commit eeae84b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install -r requirements.txt

# Set the Python path
ENV PYTHONPATH "${PYTHONPATH}:/app"
COPY . .
RUN python setup.py install
RUN python3 setup.py install

ENTRYPOINT [ "inspector" ]

0 comments on commit eeae84b

Please sign in to comment.