updating Dockerfile to pull in custom default.conf to overload default file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user