From f9f192214f40e9990de34d190f6d967526abbdd3 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 3 Oct 2020 18:42:37 -0600 Subject: oops! the nginx config is important --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2fc5ee9..d509531 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM nginx:alpine +COPY nginx.conf /etc/nginx/conf.d/default.conf COPY dist /usr/share/nginx/html -- cgit v1.2.3