From b7d9ebab39413d95f7beb65ab58f8d19f172e577 Mon Sep 17 00:00:00 2001 From: luri Date: Wed, 19 Jan 2022 18:05:53 +0700 Subject: [PATCH 1/5] expose port 80 and 443 --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index ff2c139..b0650b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,10 @@ RUN a2enmod cgi \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* +# Make port 80 available to the world outside this container +EXPOSE 80 +EXPOSE 443 + RUN mkdir -p /projects/ WORKDIR /projects ADD ./app/ /app From b3e8e11c8f3593714e159f9425d69af6d8e26437 Mon Sep 17 00:00:00 2001 From: luri Date: Wed, 19 Jan 2022 18:09:08 +0700 Subject: [PATCH 2/5] expose port 80 and 443 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0650b7..bce1e77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,6 @@ RUN a2enmod cgi \ # Make port 80 available to the world outside this container EXPOSE 80 EXPOSE 443 - RUN mkdir -p /projects/ WORKDIR /projects ADD ./app/ /app From 9dc6e30d380d81ad186d35dad5913189dc8e1dd8 Mon Sep 17 00:00:00 2001 From: luri Date: Wed, 19 Jan 2022 18:09:14 +0700 Subject: [PATCH 3/5] expose port 80 and 443 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bce1e77..b0650b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN a2enmod cgi \ # Make port 80 available to the world outside this container EXPOSE 80 EXPOSE 443 + RUN mkdir -p /projects/ WORKDIR /projects ADD ./app/ /app From 7f20027ea81bbf7c64c14c5d3f50700510fa9c05 Mon Sep 17 00:00:00 2001 From: luri Date: Wed, 19 Jan 2022 18:09:49 +0700 Subject: [PATCH 4/5] expose port 80 and 443 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0650b7..bce1e77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,6 @@ RUN a2enmod cgi \ # Make port 80 available to the world outside this container EXPOSE 80 EXPOSE 443 - RUN mkdir -p /projects/ WORKDIR /projects ADD ./app/ /app From 725608b693f43c092ce615a99261feebc1544fe9 Mon Sep 17 00:00:00 2001 From: luri Date: Wed, 19 Jan 2022 18:10:02 +0700 Subject: [PATCH 5/5] expose port 80 and 443 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bce1e77..b0650b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN a2enmod cgi \ # Make port 80 available to the world outside this container EXPOSE 80 EXPOSE 443 + RUN mkdir -p /projects/ WORKDIR /projects ADD ./app/ /app