0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: use different endpoint

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-04 08:15:20 +01:00
parent c9e6a3f79b
commit 3ea04b22fb
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -1,7 +1,7 @@
FROM node:10.15.1-alpine as builder
ENV NODE_ENV=production \
VERDACCIO_BUILD_REGISTRY=https://registry.verdaccio.org
VERDACCIO_BUILD_REGISTRY=https://registry.npmjs.org
RUN apk --no-cache add openssl ca-certificates wget && \
apk --no-cache add g++ gcc libgcc libstdc++ linux-headers make python && \