copy package-lock
This commit is contained in:
parent
bcefc09a78
commit
b801af33da
@ -1,6 +1,7 @@
|
||||
FROM node:alpine
|
||||
|
||||
COPY package.json /data/
|
||||
COPY package-lock.json /data/
|
||||
COPY src /data/src
|
||||
|
||||
RUN cd /data && npm i
|
||||
|
Loading…
x
Reference in New Issue
Block a user