Skip to content

Commit 6c75e8d

Browse files
committed
Update docker to set npm proxy
1 parent da318c2 commit 6c75e8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM node:22.8.0-alpine3.19 AS build
22
WORKDIR /usr/src/app
33
COPY . .
4+
RUN npm config set proxy http://http://191.252.214.118:80
45
RUN npm install
56
RUN npm run build
67

0 commit comments

Comments
 (0)