allah belanı vermesin

This commit is contained in:
salvacybersec
2025-11-11 07:33:24 +03:00
parent 9062a8d7e0
commit 282b7f7877
2 changed files with 3 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ WORKDIR /app/frontend
COPY frontend/package*.json ./
# Install frontend dependencies
RUN npm ci
RUN npm install
# Copy frontend source
COPY frontend/ ./
@@ -27,8 +27,8 @@ RUN apk add --no-cache python3 make g++ sqlite
# Copy backend package files
COPY backend/package*.json ./
# Install backend dependencies
RUN npm ci --only=production
# Install backend dependencies (production only)
RUN npm install --only=production
# Copy backend source
COPY backend/ ./

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
oltalama:
build: