🐛 Fix frontend hijacking /docs in development

This commit is contained in:
Sebastián Ramírez
2019-04-11 21:31:34 +04:00
parent 9c23d69f36
commit f934339288
2 changed files with 10 additions and 0 deletions

View File

@@ -25,3 +25,4 @@ FROM nginx:1.15
COPY --from=build-stage /app/dist/ /usr/share/nginx/html
COPY --from=build-stage /nginx.conf /etc/nginx/conf.d/default.conf
COPY ./nginx-backend.conf /etc/nginx/extra-conf.d/backend-not-found.conf