From 52b88d82746894b622cd18449a02fbd9cfd8e8cf Mon Sep 17 00:00:00 2001 From: James Coleman-Powell Date: Wed, 4 May 2016 21:28:50 +0100 Subject: [PATCH] Expose port 80 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ba82a29..76f10c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM debian:jessie MAINTAINER "Andrey Arapov " +EXPOSE 80 # To avoid problems with Dialog and curses wizards ENV DEBIAN_FRONTEND noninteractive