build: Apply patches correctly during Docker image build

Closes #1375
This commit is contained in:
Maksim Eltyshev
2025-10-10 12:43:34 +02:00
parent a52b41207a
commit ab0dbc4b7f
2 changed files with 7 additions and 8 deletions
+1
View File
@@ -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