allah belanı vermesin
This commit is contained in:
@@ -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/ ./
|
||||
|
||||
Reference in New Issue
Block a user