Skip to content

Commit f81a998

Browse files
authored
get rid of integration/nodejsapp/package-lock.json (#63)
1 parent 16ce8dd commit f81a998

File tree

2 files changed

+1
-1339
lines changed

2 files changed

+1
-1339
lines changed

integration/nodejsapp/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ ENV NODE_ENV $ENV
1111
CMD npm run $NODE_ENV
1212

1313
COPY --chown=node:node package* ./
14-
RUN npm ci
14+
RUN npm install
1515
COPY --chown=node:node . .

0 commit comments

Comments
 (0)