Remove debug from frontend Dockerfile

This commit is contained in:
2025-12-06 22:50:12 +01:00
parent a3fe671c84
commit ee93b7cafc

View File

@@ -12,9 +12,6 @@ RUN npm ci
# Copy application code # Copy application code
COPY . . COPY . .
# Debug: List files to verify lib/ is present
RUN ls -la /app && ls -la /app/lib
# Build the application # Build the application
RUN npm run build RUN npm run build