File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN python -m pip install /log_parser $(for imp in ${EXTENSIONS}; do echo "-r /l
1111RUN mkdir /log-parser-bin && \
1212 for imp in ${EXTENSIONS}; do \
1313 echo '#!/bin/sh' > "/log-parser-bin/log-parser-${imp}" && \
14- echo "python /log_parser/extensions/${imp}/cli.py" '"$@"' >> "/log-parser-bin/log-parser-${imp}" && \
14+ echo "exec python /log_parser/extensions/${imp}/cli.py" '"$@"' >> "/log-parser-bin/log-parser-${imp}" && \
1515 chmod u+x "/log-parser-bin/log-parser-${imp}" ; \
1616 done
1717
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " log_parser"
7- version = " 1.1.0 "
7+ version = " 1.1.1 "
88description = " A simple asynchronous log file parsing library"
99readme = " README.md"
1010requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments