Remove debug from frontend Dockerfile
This commit is contained in:
@@ -12,9 +12,6 @@ RUN npm ci
|
||||
# Copy application code
|
||||
COPY . .
|
||||
|
||||
# Debug: List files to verify lib/ is present
|
||||
RUN ls -la /app && ls -la /app/lib
|
||||
|
||||
# Build the application
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user