Compare commits
2 Commits
68942410ae
...
41551f2edc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41551f2edc | ||
|
|
1924c8fdbe |
@@ -363,3 +363,4 @@ See [CHANGELOG.md](./CHANGELOG.md) for version history and updates.
|
||||
---
|
||||
|
||||
**Built with ❤️ by the IGNY8 team**
|
||||
# Test commit - Mon Dec 15 07:18:54 UTC 2025
|
||||
|
||||
@@ -6,8 +6,8 @@ WORKDIR /app
|
||||
# Copy package files
|
||||
COPY package*.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install
|
||||
# Install dependencies (use --legacy-peer-deps to handle React 19 peer dependency conflicts)
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
# Copy source code (will be mounted as volume, but needed for initial setup)
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user