Remove debug from frontend Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user