Skip to content

Commit 0cccbf5

Browse files
committed
install optional dependencies
1 parent 5f4baa7 commit 0cccbf5

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 @@ WORKDIR /usr/src/app
44

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

7-
RUN npm install
7+
RUN npm install -f
88
#RUN npm audit fix
99

1010
COPY . .

0 commit comments

Comments
 (0)