We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e827a commit 3423ebfCopy full SHA for 3423ebf
Dockerfile
@@ -13,5 +13,5 @@ RUN yum install atk cups-libs gtk3 libXcomposite alsa-lib \
13
RUN pip install selenium
14
COPY --from=build /opt/chrome-linux /opt/chrome
15
COPY --from=build /opt/chromedriver /opt/
16
-COPY test.py ./
17
-CMD [ "test.handler" ]
+COPY main.py ./
+CMD [ "main.handler" ]
test.py renamed to main.py
0 commit comments