From 57b273135a583009d83af2cdfa15dc0dbfc51f1d Mon Sep 17 00:00:00 2001 From: FORESTIER Fabien <fabien.forestier@soprasteria.com> Date: Wed, 13 Mar 2019 17:42:41 +0100 Subject: [PATCH] Removing verdaccio from dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce1c2985..07c62d14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM node:8.10.0 as builder COPY ./package.json /app/package.json WORKDIR /app # Install npm dependencies -RUN npm install --registry=http://alpha02:4873 +RUN npm install # Copy the project COPY . /app -- GitLab