mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-13 10:35:30 +00:00
🐛 Fix frontend Dockerfile copying Nginx config
This commit is contained in:
@@ -25,4 +25,4 @@ FROM nginx:1.15
|
|||||||
COPY --from=build-stage /app/dist/ /usr/share/nginx/html
|
COPY --from=build-stage /app/dist/ /usr/share/nginx/html
|
||||||
|
|
||||||
COPY --from=build-stage /nginx.conf /etc/nginx/conf.d/default.conf
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user