|
@@ -4,8 +4,8 @@ WORKDIR /code
|
|
|
|
|
|
ADD package.json /code
|
|
|
|
|
|
-#ENV NODE_OPTIONS=--openssl-legacy-provider
|
|
|
-#RUN export NODE_OPTIONS
|
|
|
+ENV NODE_OPTIONS=--openssl-legacy-provider
|
|
|
+RUN #export NODE_OPTIONS
|
|
|
|
|
|
RUN npm config set registry https://registry.npmmirror.com
|
|
|
|