updating Dockerfile to pull in custom default.conf to overload default file.

This commit is contained in:
Vern Burton
2020-03-28 18:40:28 -05:00
parent e3843a90ce
commit 894d25b54b
4 changed files with 24 additions and 30 deletions
+1
View File
@@ -15,3 +15,4 @@ RUN yarn build
FROM nginx:mainline
COPY --from=builder /app/packages/app/build /usr/share/nginx/html
COPY ./docker/default.conf /etc/nginx/conf.d/default.conf