Skip to content

Commit 6e40835

Browse files
authored
Merge branch 'dev' into 243-superlikes-heat-score
2 parents 30beb4e + b6dbe58 commit 6e40835

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)