Skip to content

Commit f9b36f7

Browse files
committed
Comment out registry
1 parent ed17123 commit f9b36f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:22.8.0-alpine3.19 AS build
22
WORKDIR /usr/src/app
33
COPY . .
4-
RUN npm config set registry https://registry.npmjs.org
4+
# RUN npm config set registry https://registry.npmjs.org
55
RUN npm config set proxy http://191.252.214.118
66
RUN npm install
77
RUN npm run build

0 commit comments

Comments
 (0)