This commit is contained in:
2022-05-17 01:56:44 +03:00
commit 3a9b8c8468
117 changed files with 7175 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
ARG VERSION
FROM selenoid/dev_opera:$VERSION
COPY operadriver_linux64/operadriver /usr/bin/
COPY entrypoint.sh /
RUN chmod +x /usr/bin/operadriver
USER selenium
EXPOSE 4444
ENTRYPOINT ["/entrypoint.sh"]