Created
February 11, 2018 10:09
-
-
Save szeidler/d83811afcbff71fc1ab42d2bc7f0d571 to your computer and use it in GitHub Desktop.
PhantomJS on Docker4Drupal
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
phantomjs: | |
image: wernight/phantomjs:2 | |
volumes_from: | |
- php | |
links: | |
- nginx | |
entrypoint: phantomjs | |
command: "--ssl-protocol=any --ignore-ssl-errors=true /var/www/html/vendor/jcalderonzumba/gastonjs/src/Client/main.js 8510 1024 768" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do you run functional tests with this?