Skip to content

Commit 3423ebf

Browse files
committed
refactor: rename test.py to main.py
1 parent c8e827a commit 3423ebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ RUN yum install atk cups-libs gtk3 libXcomposite alsa-lib \
1313
RUN pip install selenium
1414
COPY --from=build /opt/chrome-linux /opt/chrome
1515
COPY --from=build /opt/chromedriver /opt/
16-
COPY test.py ./
17-
CMD [ "test.handler" ]
16+
COPY main.py ./
17+
CMD [ "main.handler" ]

test.py renamed to main.py

File renamed without changes.

0 commit comments

Comments
 (0)