Created
September 18, 2020 08:44
-
-
Save seleniumgists/5d8bba9cf10050c82adbb6f2aef19d8d to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM maven:3.6.1-jdk-8 | |
WORKDIR /usr/src/mymaven | |
COPY . . | |
RUN apt-get update && apt-get install jq -y && chmod +x wait-for-grid.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment