again
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
FROM node:20-bookworm AS builder
|
FROM node:20-bookworm AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm uninstall @nuxt/eslint @nuxt/eslint-config @nuxtjs/eslint-config-typescript eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin --legacy-peer-deps || true
|
|
||||||
RUN npm install --legacy-peer-deps
|
RUN npm install --legacy-peer-deps
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user