remove package-lock.json
This commit is contained in:
parent
86370651f1
commit
b13acfa02d
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ RUN set -ex; \
|
|||
rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
COPY package.json package-lock.json /usr/src/app
|
||||
COPY package.json /usr/src/app
|
||||
|
||||
RUN cd /usr/src/app && npm install --production
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue