init
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM wernight/phantomjs:2.1.1
|
||||
EXPOSE 4444
|
||||
CMD ["/usr/local/bin/phantomjs", "--webdriver=4444"]
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
FROM wernight/phantomjs:2.1.1
|
||||
EXPOSE 4444
|
||||
CMD ["/usr/local/bin/phantomjs", "--webdriver=4444"]
|
||||