|
@@ -39,6 +39,6 @@ RUN npm run build
|
|
|
FROM nginx:1.23
|
|
|
|
|
|
COPY --from=build-stage /app/dist/ /usr/share/nginx/html
|
|
|
-
|
|
|
+COPY --from=build-stage /app/googlee455ea492ff4b8ca.html /usr/share/nginx/html/googlee455ea492ff4b8ca.html
|
|
|
COPY --from=build-stage /app/nginx.conf /etc/nginx/conf.d/default.conf
|
|
|
COPY --from=build-stage /app/nginx-backend-not-found.conf /etc/nginx/extra-conf.d/backend-not-found.conf
|