This commit is contained in:
@@ -12,7 +12,7 @@ WORKDIR /usr/src/app
|
|||||||
|
|
||||||
#Copy new files or directories into the filesystem of the container
|
#Copy new files or directories into the filesystem of the container
|
||||||
COPY package.json /usr/src/app
|
COPY package.json /usr/src/app
|
||||||
COPY package-lock.json /usr/src/app
|
#COPY package-lock.json /usr/src/app
|
||||||
|
|
||||||
#Execute commands in a new layer on top of the current image and commit the results
|
#Execute commands in a new layer on top of the current image and commit the results
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user