From ab0dbc4b7f34c91e12166d949a2384bedd838b6a Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Fri, 10 Oct 2025 12:43:34 +0200 Subject: [PATCH] build: Apply patches correctly during Docker image build Closes #1375 --- Dockerfile | 1 + .../NotificationsStep/NotificationsStep.jsx | 14 ++++++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9517b64..da623800 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apk -U upgrade \ WORKDIR /app COPY server/package.json server/package-lock.json server/requirements.txt ./ +COPY server/patches ./patches RUN npm install npm --global \ && npm install --omit=dev diff --git a/client/src/components/notifications/NotificationsStep/NotificationsStep.jsx b/client/src/components/notifications/NotificationsStep/NotificationsStep.jsx index 1737808a..ef3f6661 100755 --- a/client/src/components/notifications/NotificationsStep/NotificationsStep.jsx +++ b/client/src/components/notifications/NotificationsStep/NotificationsStep.jsx @@ -41,14 +41,12 @@ const NotificationsStep = React.memo(({ onClose }) => { ))} - {notificationIds.length > 1 && ( -