Skip to content

Commit 3148be8

Browse files
authored
Merge pull request #55 from rbrtmrtn/remove-npm-install-dockerfile
Remove superfluous `npm install` in Dockerfile
2 parents e36d062 + d69f8c3 commit 3148be8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
FROM node:16-alpine
33
WORKDIR /usr/src/app
44
COPY package*.json ./
5-
RUN npm install
65
RUN npm ci --only=production
76
COPY . .
87
EXPOSE 3000

0 commit comments

Comments
 (0)