mirror of
https://github.com/astefanutti/decktape.git
synced 2024-12-02 06:35:51 +03:00
Remove bin directory from Docker image
This commit is contained in:
parent
9f2dcca775
commit
c70927d712
@ -20,11 +20,11 @@ RUN mkdir bin
|
||||
|
||||
RUN curl -kf \
|
||||
-L https://github.com/astefanutti/decktape/releases/download/v1.0.0/phantomjs-linux-x86-64 \
|
||||
-o bin/phantomjs
|
||||
-o phantomjs
|
||||
|
||||
RUN chmod +x bin/phantomjs
|
||||
RUN chmod +x phantomjs
|
||||
|
||||
WORKDIR /slides
|
||||
|
||||
ENTRYPOINT ["/decktape/bin/phantomjs", "/decktape/decktape.js"]
|
||||
ENTRYPOINT ["/decktape/phantomjs", "/decktape/decktape.js"]
|
||||
CMD ["-h"]
|
||||
|
Loading…
Reference in New Issue
Block a user