🐛 Fix frontend Dockerfile copying Nginx config

This commit is contained in:
Sebastián Ramírez
2019-04-11 21:39:00 +04:00
parent f934339288
commit ff901a3ad8

View File

@@ -25,4 +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
COPY ./nginx-backend-not-found.conf /etc/nginx/extra-conf.d/backend-not-found.conf