Blame view

roundcube/Dockerfile 180 Bytes
1 2 3 4 5 6 7 8 9
FROM debian:stretch-slim

COPY files/ /tmp/files
RUN /tmp/files/configure
EXPOSE 80
#VOLUME ["/home"]
ENTRYPOINT ["/sbin/entrypoint"]
CMD ["/usr/sbin/apache2", "-D", "NO_DETACH"]