diff --git a/Dockerfile b/Dockerfile
index ce1c2985626e91723dd419bb07e0202a01f5c943..07c62d1453e2931ad65e517c15e9d90ba46c6e7b 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