From 738638cca36ae8fad349f4a7854ece0214f42997 Mon Sep 17 00:00:00 2001 From: whs Date: Sat, 12 Jan 2019 12:17:24 +0800 Subject: [PATCH] Expose port 8080 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 61503c8..c9b4d75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM gcr.io/google-samples/hello-frontend:1.0 COPY frontend.conf /etc/nginx/conf.d/frontend.conf + +EXPOSE 8080 \ No newline at end of file