From 39cccd09b16a34b3622606c48ac3aaf028b9b864 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 30 Dec 2018 15:06:51 +0100 Subject: [PATCH] chore: switch registry this is a temporary test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9fdb1d632..56c599876 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:10.14.1-alpine as builder ENV NODE_ENV=production \ - VERDACCIO_BUILD_REGISTRY=https://registry.npmjs.org/ + VERDACCIO_BUILD_REGISTRY=https://registry.verdaccio.org RUN apk --no-cache add openssl ca-certificates wget && \ apk --no-cache add g++ gcc libgcc libstdc++ linux-headers make python && \