poste.io/Dockerfile

10 lines
248 B
Text
Raw Normal View History

2020-02-29 06:39:59 +00:00
FROM analogic/poste.io:2.2.2
2018-12-29 05:10:36 +00:00
RUN apt-get update && apt-get install less # 'less' is Useful for debugging
# Default to listening only on IPs bound to the container hostname
ENV LISTEN_ON=host
ENV SEND_ON=
2018-12-29 05:10:36 +00:00
COPY files /
RUN /patches && rm /patches