Skip to content

Commit

Permalink
Allow bash into container
Browse files Browse the repository at this point in the history
  • Loading branch information
olafrv committed Apr 21, 2024
1 parent b81db97 commit b45b2d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ RUN python3 -c "from pycatdetector.Preloader import preload; preload()"
COPY pycatdetector /opt/pycatdetector/pycatdetector
COPY main.py /opt/pycatdetector/

ENTRYPOINT [ "python3" , "main.py" ]
CMD [ "-c" ]
CMD [ "python3", "main.py" ]

0 comments on commit b45b2d2

Please sign in to comment.