Skip to content

Commit c417421

Browse files
committed
Add specific node version Node->v14 ships npm->v6
Signed-off-by: K mehant <411843@student.nitandhra.ac.in>
1 parent bf38765 commit c417421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:latest
1+
FROM node:14
22

33
ENV NODE_ENV="development"
44

Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:latest
1+
FROM node:14
22

33
ENV NODE_ENV="production"
44

0 commit comments

Comments
 (0)