|
@@ -34,7 +34,7 @@ COPY --from=base ${optDir}/out/yarn.lock ./yarn.lock
|
|
|
|
|
|
|
|
# setup (with network-timeout = 1 hour)
|
|
# setup (with network-timeout = 1 hour)
|
|
|
RUN yarn config set network-timeout 3600000
|
|
RUN yarn config set network-timeout 3600000
|
|
|
-RUN yarn
|
|
|
|
|
|
|
+RUN yarn --frozen-lockfile
|
|
|
|
|
|
|
|
# make artifacts
|
|
# make artifacts
|
|
|
RUN tar -cf node_modules.tar \
|
|
RUN tar -cf node_modules.tar \
|