Skip to content

Commit d185898

Browse files
committed
chore(front/docker): add package-lock.json to Dockerfile
1 parent e305225 commit d185898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN mkdir -p front
1010
WORKDIR /usr/front
1111

1212
COPY ./package.json .
13+
COPY ./package-lock.json .
1314

1415
RUN npm install
1516

0 commit comments

Comments
 (0)