Skip to content

Commit e315f17

Browse files
authoredJun 2, 2023
Fix Node.js version to lts-hydrogen (#63)
1 parent 99e49cb commit e315f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM node:14.15.3
1+
FROM node:lts-hydrogen
22

33
WORKDIR /opt/notes-app
44

55
COPY package.json package-lock.json ./
66

7-
RUN npm install
7+
RUN npm install --legacy-peer-deps
88

99
COPY . .
1010

0 commit comments

Comments
 (0)
Failed to load comments.