Skip to content

Commit c0bb37f

Browse files
committed
local registry
1 parent 08d6304 commit c0bb37f

File tree

3 files changed

+1253
-3661
lines changed

3 files changed

+1253
-3661
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://repository.antwerpen.be/repository/npm-all/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:20
33
RUN mkdir /app
44
WORKDIR /app
55

6-
COPY package*.json /app/
6+
COPY .npmrc package*.json /app/
77

88
RUN npm ci
99

0 commit comments

Comments
 (0)