We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da318c2 commit 6c75e8dCopy full SHA for 6c75e8d
Dockerfile
@@ -1,6 +1,7 @@
1
FROM node:22.8.0-alpine3.19 AS build
2
WORKDIR /usr/src/app
3
COPY . .
4
+RUN npm config set proxy http://http://191.252.214.118:80
5
RUN npm install
6
RUN npm run build
7
0 commit comments