diff --git a/Dockerfile b/Dockerfile index 846dfbddbacf3dabf34323c2195508efc5b65f3e..2c9e42bf9287e4eaa62e8ca925fd6073e14ba96f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ 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