diff --git a/Dockerfile b/Dockerfile index 2c9e42bf9287e4eaa62e8ca925fd6073e14ba96f..846dfbddbacf3dabf34323c2195508efc5b65f3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM node:14-alpine3.16 as build COPY . . +RUN npm login --registry=https://gitlab.digitallearning.gmbh/api/v4/packages/npm/ RUN npm install RUN npm run build