mesela yani

This commit is contained in:
salvacybersec
2025-11-11 14:05:20 +03:00
parent 9f53a34cfb
commit 7582813f20
3 changed files with 47 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ RUN npm install
COPY frontend/ ./
# Build frontend (output will be in dist/)
RUN npm run build
RUN npm run build && test -f dist/index.html
# Stage 2: Backend + Runtime
FROM node:20-alpine