View Dockerfile
FROM node:5.12 | |
ARG phantomjs_version=2.1.1 | |
RUN mkdir /sdk | |
WORKDIR /sdk | |
RUN \ | |
apt-get update && \ | |
apt-get upgrade -y && \ |
View index.html
<!doctype html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>d3</title> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.5.2/d3.js" charset="utf-8"></script> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js" charset="utf-8"></script> | |
<style type="text/css"> |
NewerOlder