mirror of
https://github.com/luzifer-docker/phantom-firemap.git
synced 2024-11-08 17:50:02 +00:00
12 lines
222 B
Docker
12 lines
222 B
Docker
FROM nolimitid/node-phantom
|
|
|
|
RUN set -ex \
|
|
&& apt-get update \
|
|
&& apt-get install -y imagemagick
|
|
|
|
VOLUME ["/data"]
|
|
ENTRYPOINT ["/usr/local/bin/run.sh"]
|
|
CMD []
|
|
|
|
ADD index.js /src/index.js
|
|
ADD run.sh /usr/local/bin/run.sh
|