Skip to content
Snippets Groups Projects
Commit 8e67c57c authored by Max Lou's avatar Max Lou
Browse files

Update Dockerfile

parent 8efeda9f
No related branches found
No related tags found
No related merge requests found
FROM node:19-alpine3.16 as build
COPY . .
RUN npm login https://gitlab.digitallearning.gmbh/api/v4/packages/npm/
RUN npm login --registry=https://gitlab.digitallearning.gmbh/api/v4/packages/npm/
RUN npm install
RUN npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment