Skip to content

Commit d6088ff

Browse files
committed
build: npm install
1 parent c985e94 commit d6088ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
COPY package.json /app
66
COPY package-lock.json /app
77

8-
RUN npm ci
8+
RUN npm install
99

1010
COPY . /app
1111

0 commit comments

Comments
 (0)