Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccf8551

Browse files
committed
hard-code router script
1 parent f3bbe1b commit ccf8551

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/environments/test-code/Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@ ENV PATH="/app:${PATH}"
1818
COPY . /app/python-logging
1919
RUN pip install -e /app/python-logging
2020

21-
# placeholder entrypoint
22-
ENV SCRIPT=test_plain_logs.py
23-
2421
# Start script
25-
CMD python $SCRIPT
22+
CMD python router.py

0 commit comments

Comments
 (0)