diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-03 18:42:37 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-03 18:42:37 -0600 |
commit | f9f192214f40e9990de34d190f6d967526abbdd3 (patch) | |
tree | a03e157b4a4514a6c5ec97ab61317236ea9ec7e5 | |
parent | d83f99c4a044f384fd0f1f028b5c52156f2cbee3 (diff) | |
download | pig.observer-f9f192214f40e9990de34d190f6d967526abbdd3.tar.gz pig.observer-f9f192214f40e9990de34d190f6d967526abbdd3.zip |
oops! the nginx config is important
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ FROM nginx:alpine +COPY nginx.conf /etc/nginx/conf.d/default.conf COPY dist /usr/share/nginx/html |