Skip to content

Commit 5a13f5d

Browse files
committed
255: update frontend dockerfile
1 parent 4edf7be commit 5a13f5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ WORKDIR /frontend
55
ENV PATH /frontend/node_modules/.bin:$PATH
66

77
COPY frontend/package.json /frontend/package.json
8+
COPY frontend/yarn.lock /frontend/yarn.lock
9+
810
RUN yarn install
9-
RUN yarn global add @vue/cli
1011

1112
CMD ["yarn", "serve"]

0 commit comments

Comments
 (0)