Skip to content

Commit

Permalink
remove commented out docker code
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Abrahms <[email protected]>
  • Loading branch information
justinabrahms committed Apr 20, 2024
1 parent 54cf39d commit 14b42fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/repo_parser/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
FROM cgr.dev/chainguard/python:latest-dev
# FROM busybox

WORKDIR .

COPY ./spec_finder.py ./
VOLUME /appdir
# CMD spec_finder.py /appdir
# ENTRYPOINT ["python3", "./spec_finder.py", "--code-directory", "/appdir"]

0 comments on commit 14b42fd

Please sign in to comment.