Skip to content

Commit ff901a3

Browse files
committed
🐛 Fix frontend Dockerfile copying Nginx config
1 parent f934339 commit ff901a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ FROM nginx:1.15
2525
COPY --from=build-stage /app/dist/ /usr/share/nginx/html
2626

2727
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
28+
COPY ./nginx-backend-not-found.conf /etc/nginx/extra-conf.d/backend-not-found.conf

0 commit comments

Comments
 (0)