resolve build error
This commit is contained in:
@@ -1,2 +1 @@
|
|||||||
registry=https://registry.npmjs.org/
|
registry=https://registry.npmjs.org/
|
||||||
omit-lockfile-registry-resolved=true
|
|
||||||
@@ -12,7 +12,7 @@ COPY package*.json .npmrc ./
|
|||||||
# Install dependencies (NODE_ENV must not be production so devDependencies are installed)
|
# Install dependencies (NODE_ENV must not be production so devDependencies are installed)
|
||||||
ENV NODE_ENV=development
|
ENV NODE_ENV=development
|
||||||
ENV PATH="/app/node_modules/.bin:$PATH"
|
ENV PATH="/app/node_modules/.bin:$PATH"
|
||||||
RUN npm install -g npm@latest
|
RUN npm install -g npm@10.9.2
|
||||||
RUN npm ci --include=dev
|
RUN npm ci --include=dev
|
||||||
|
|
||||||
# Copy source code
|
# Copy source code
|
||||||
|
|||||||
1299
frontend/package-lock.json
generated
1299
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user