mirror of
https://github.com/astefanutti/decktape.git
synced 2024-12-24 14:33:04 +03:00
Add missing phantomjs.json to Docker image
This commit is contained in:
parent
1d20b4b74e
commit
0f87e9d23d
@ -1,4 +1,5 @@
|
||||
*
|
||||
!libs
|
||||
!plugins
|
||||
!decktape.js
|
||||
!decktape.js
|
||||
!phantomjs.json
|
||||
|
@ -17,6 +17,7 @@ WORKDIR /decktape
|
||||
COPY libs libs/
|
||||
COPY plugins plugins/
|
||||
COPY decktape.js ./
|
||||
COPY phantomjs.json ./
|
||||
|
||||
RUN mkdir bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user