Add missing phantomjs.json to Docker image

This commit is contained in:
Antonin Stefanutti 2016-02-19 18:33:53 +01:00
parent 1d20b4b74e
commit 0f87e9d23d
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
*
!libs
!plugins
!decktape.js
!decktape.js
!phantomjs.json

View File

@ -17,6 +17,7 @@ WORKDIR /decktape
COPY libs libs/
COPY plugins plugins/
COPY decktape.js ./
COPY phantomjs.json ./
RUN mkdir bin