From 09382696e31903f7cfd4bbcecec8ed3fbabd8947 Mon Sep 17 00:00:00 2001 From: Blair V Date: Tue, 21 Sep 2021 15:00:47 +0300 Subject: [PATCH] update expose port so its clear --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1446540..c967a1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,6 @@ FROM openresty/openresty:buster-fat COPY --from=build /app/output /var/www/pelican/output/ +EXPOSE 80 + COPY nginx.conf /etc/nginx/conf.d/default.conf