Bug build
This commit is contained in:
7
frontend/.dockerignore
Normal file
7
frontend/.dockerignore
Normal file
@@ -0,0 +1,7 @@
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
.env.local
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user