allah belanı vermesin
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /app/frontend
|
|||||||
COPY frontend/package*.json ./
|
COPY frontend/package*.json ./
|
||||||
|
|
||||||
# Install frontend dependencies
|
# Install frontend dependencies
|
||||||
RUN npm ci
|
RUN npm install
|
||||||
|
|
||||||
# Copy frontend source
|
# Copy frontend source
|
||||||
COPY frontend/ ./
|
COPY frontend/ ./
|
||||||
@@ -27,8 +27,8 @@ RUN apk add --no-cache python3 make g++ sqlite
|
|||||||
# Copy backend package files
|
# Copy backend package files
|
||||||
COPY backend/package*.json ./
|
COPY backend/package*.json ./
|
||||||
|
|
||||||
# Install backend dependencies
|
# Install backend dependencies (production only)
|
||||||
RUN npm ci --only=production
|
RUN npm install --only=production
|
||||||
|
|
||||||
# Copy backend source
|
# Copy backend source
|
||||||
COPY backend/ ./
|
COPY backend/ ./
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
oltalama:
|
oltalama:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user