Fix Actions avec qwen
This commit is contained in:
@@ -48,7 +48,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
COPY src/ ./src/
|
COPY src/ ./src/
|
||||||
COPY alembic.ini .
|
COPY alembic.ini .
|
||||||
|
|
||||||
COPY backend/models/ ./models/
|
COPY src/models/ ./models/
|
||||||
RUN ls -lh /app/models
|
RUN ls -lh /app/models
|
||||||
|
|
||||||
# Expose port
|
# Expose port
|
||||||
|
|||||||
@@ -6,8 +6,11 @@ WORKDIR /app
|
|||||||
# Copy package files
|
# Copy package files
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
# Install dependencies
|
# Debug: List files and Node.js version
|
||||||
RUN npm ci
|
RUN ls -la && node --version && npm --version
|
||||||
|
|
||||||
|
# Install dependencies with more verbose output
|
||||||
|
RUN npm install --verbose
|
||||||
|
|
||||||
# Copy application code
|
# Copy application code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
@@ -6,8 +6,11 @@ WORKDIR /app
|
|||||||
# Copy package files
|
# Copy package files
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
# Install dependencies
|
# Debug: List files and Node.js version
|
||||||
RUN npm ci
|
RUN ls -la && node --version && npm --version
|
||||||
|
|
||||||
|
# Install dependencies with more verbose output
|
||||||
|
RUN npm install --verbose
|
||||||
|
|
||||||
# Expose port
|
# Expose port
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user