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