eventman/docker-tools/Dockerfile

10 lines
152 B
Text
Raw Normal View History

2017-11-26 22:06:59 +01:00
FROM mongo:latest
LABEL \
maintainer="Davide Alberani <da@erlug.linux.it>" \
vendor="RaspiBO"
VOLUME ["/data"]
COPY run.sh /
2017-11-28 22:24:38 +01:00
ENTRYPOINT ["/run.sh"]