Configuration portable : chemins relatifs et API dynamique
This commit is contained in:
@@ -5,8 +5,8 @@ WORKDIR /app
|
||||
# Copy package files
|
||||
COPY backend/package*.json ./
|
||||
|
||||
# Copy pre-built node_modules (already present)
|
||||
COPY backend/node_modules ./node_modules/
|
||||
# Install dependencies
|
||||
RUN npm install --production
|
||||
|
||||
# Copy application code
|
||||
COPY backend/src ./src
|
||||
|
||||
Reference in New Issue
Block a user