fix: downgrade eslint to v9 for compatibility and fix docker build in coolify
This commit is contained in:
@@ -10,7 +10,7 @@ RUN apk update && apk upgrade --no-cache
|
||||
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install --frozen-lockfile || npm install
|
||||
RUN npm install --legacy-peer-deps
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user