change deprecated function

This commit is contained in:
StarAppeal
2025-09-24 06:36:05 +02:00
parent 4e867d229c
commit 9a59e9681b
+1 -1
View File
@@ -16,7 +16,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm install --production
RUN npm install --omit=dev
COPY --from=builder /app/dist ./dist