Skip to content

Commit b6dbe58

Browse files
authored
Merge pull request #256 from Seluj78/255-update-frontend-docker
255: update frontend dockerfile
2 parents 4edf7be + 5a13f5d commit b6dbe58

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)