Bug build

This commit is contained in:
2025-12-06 22:44:12 +01:00
parent 13b34857ea
commit a58c7f284f
2 changed files with 10 additions and 0 deletions

7
frontend/.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
node_modules
.next
.git
.env.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*

View File

@@ -12,6 +12,9 @@ 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