Skip to content

Commit

Permalink
Dockerfile remove mr-developer
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Aug 31, 2020
1 parent 3e4488a commit 52b1dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update -y \
&& apt-get install -y git bsdmainutils vim-nox mc \
&& rm -rf /var/lib/apt/lists/*

RUN npm i -g mrs-developer
RUN yarn global add mrs-developer

WORKDIR /opt/frontend/

Expand All @@ -24,7 +24,7 @@ USER node
RUN echo "prefix = \"/home/node\"\n" > /home/node/.npmrc
RUN rm -rf node_modules .git package-lock.json

RUN npm install mr-developer
# RUN npm install mr-developer

#RUN node_modules/.bin/mrdeveloper --config=jsconfig.json --no-config --output=addons
RUN missdev --config=jsconfig.json --output=develop
Expand Down

0 comments on commit 52b1dbc

Please sign in to comment.