4 lines
95 B
Docker
4 lines
95 B
Docker
FROM wernight/phantomjs:2.1.1
|
|
EXPOSE 4444
|
|
CMD ["/usr/local/bin/phantomjs", "--webdriver=4444"]
|