We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f934339 commit ff901a3Copy full SHA for ff901a3
{{cookiecutter.project_slug}}/frontend/Dockerfile
@@ -25,4 +25,4 @@ FROM nginx:1.15
25
COPY --from=build-stage /app/dist/ /usr/share/nginx/html
26
27
COPY --from=build-stage /nginx.conf /etc/nginx/conf.d/default.conf
28
-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
0 commit comments