From 0f87e9d23d6887b479b4fbb96771afa89d6af09e Mon Sep 17 00:00:00 2001 From: Antonin Stefanutti Date: Fri, 19 Feb 2016 18:33:53 +0100 Subject: [PATCH] Add missing phantomjs.json to Docker image --- .dockerignore | 3 ++- Dockerfile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index dadbf3e..d2b3cac 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,5 @@ * !libs !plugins -!decktape.js \ No newline at end of file +!decktape.js +!phantomjs.json diff --git a/Dockerfile b/Dockerfile index a2e2fc0..ba2bca3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ WORKDIR /decktape COPY libs libs/ COPY plugins plugins/ COPY decktape.js ./ +COPY phantomjs.json ./ RUN mkdir bin