Skip to content

Commit

Permalink
Removed steps from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Aug 31, 2020
1 parent 9f62259 commit b452401
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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 npm i -g mrs-developer

WORKDIR /opt/frontend/

COPY docker-image.txt /
COPY . .
# RUN chmod +x optimize_node_modules.sh

RUN mkdir -p /opt/frontend/src/develop
# RUN mkdir -p /opt/frontend/src/develop

RUN chown -R node /opt/frontend

Expand All @@ -27,9 +27,9 @@ RUN rm -rf node_modules .git package-lock.json
# RUN npm install mr-developer

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

RUN make activate-all
# RUN make activate-all

# RUN NPM_CONFIG_REGISTRY=$NPM_CONFIG_REGISTRY npm ci
RUN NPM_CONFIG_REGISTRY=$NPM_CONFIG_REGISTRY npm install
Expand Down

0 comments on commit b452401

Please sign in to comment.