From b4524014616ed9f94fd32e4f969d656365a6edaf Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Mon, 31 Aug 2020 13:46:39 +0300 Subject: [PATCH] Removed steps from Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 87fb15c8..d24e8828 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 npm i -g mrs-developer WORKDIR /opt/frontend/ @@ -15,7 +15,7 @@ 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 @@ -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