Skip to content

Commit

Permalink
Merge pull request #25 from MycroftAI/bugfix/yarn
Browse files Browse the repository at this point in the history
Remove installation of yarn
  • Loading branch information
forslund authored Feb 7, 2020
2 parents 49e1c77 + 3687b84 commit 62620de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:latest

RUN npm install -g yarn
WORKDIR /src/

CMD ["bash", "start.sh"]
CMD ["bash", "start.sh"]

0 comments on commit 62620de

Please sign in to comment.