Skip to content

Commit

Permalink
Move geckodriver command to the entrypoint definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Feb 2, 2019
1 parent 806b180 commit 9bfe19d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ RUN export BASE_URL=https://github.com/mozilla/geckodriver/releases/download \

USER webdriver

CMD ["geckodriver", "--host", "0.0.0.0"]
ENTRYPOINT ["entrypoint", "geckodriver"]

CMD ["--host", "0.0.0.0"]

0 comments on commit 9bfe19d

Please sign in to comment.