aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-03 18:42:37 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-03 18:42:37 -0600
commitf9f192214f40e9990de34d190f6d967526abbdd3 (patch)
treea03e157b4a4514a6c5ec97ab61317236ea9ec7e5
parentd83f99c4a044f384fd0f1f028b5c52156f2cbee3 (diff)
downloadpig.observer-f9f192214f40e9990de34d190f6d967526abbdd3.tar.gz
pig.observer-f9f192214f40e9990de34d190f6d967526abbdd3.zip
oops! the nginx config is important
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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