Skip to content

Commit e8a0c61

Browse files
committed
undo bad fix
1 parent 2a17ad2 commit e8a0c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV PATH /app/node_modules/.bin:$PATH
1010
# install app dependencies
1111
COPY ./frontend/.npmrc ./
1212
COPY ./frontend/package*.json ./
13-
RUN npm install --legacy-peer-deps
13+
RUN npm install
1414

1515
# add app
1616
COPY ./frontend ./

0 commit comments

Comments
 (0)