Skip to content

Commit e86e6a4

Browse files
Big-Iron-CheemsMineGame159
authored andcommitted
Remove legacy peer dependencies flag from npm install in Dockerfile
1 parent 56c0786 commit e86e6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM node:24-alpine AS build
44
WORKDIR /app
55

66
COPY package.json package-lock.json ./
7-
RUN npm install --legacy-peer-deps
7+
RUN npm install
88

99
COPY . .
1010
RUN npm run build

0 commit comments

Comments
 (0)