Skip to content

Commit 5f021e6

Browse files
authored
Update Dockerfile to remove npm ci
Remove npm ci command from Dockerfile
1 parent 6c8473b commit 5f021e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM node:24-alpine
22
WORKDIR /usr/src/app
33
COPY package*.json ./
4-
RUN npm ci
54
COPY . .
65
CMD ["npm", "start"]

0 commit comments

Comments
 (0)