Skip to content

Commit 62620de

Browse files
authored
Merge pull request #25 from MycroftAI/bugfix/yarn
Remove installation of yarn
2 parents 49e1c77 + 3687b84 commit 62620de

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

frontend/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM node:latest
22

3-
RUN npm install -g yarn
43
WORKDIR /src/
54

6-
CMD ["bash", "start.sh"]
5+
CMD ["bash", "start.sh"]

0 commit comments

Comments
 (0)