del modules

This commit is contained in:
2025-08-29 22:58:02 +03:00
parent 76e152d90a
commit 8d0f626283
3 changed files with 1 additions and 140 deletions

View File

@@ -8,7 +8,7 @@ RUN npm install
COPY . .
RUN npm run build
# Stage 2: Production
FROM node:20-alpine
WORKDIR /app