We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc141e1 commit 6887acfCopy full SHA for 6887acf
Dockerfile
@@ -13,7 +13,7 @@ FROM node:16-bullseye AS build-frontend
13
WORKDIR /wd
14
ENV PARCEL_WORKERS 1
15
COPY package.json yarn.lock ./
16
-RUN yarn install --frozen-lockfile
+RUN yarn install --frozen-lockfile --ignore-scripts --network-timeout 300000
17
COPY tsconfig.json ./
18
COPY client/ ./client/
19
RUN yarn build
Makefile
@@ -129,7 +129,7 @@ optimize:
129
130
build/smocker.tar.gz:
131
$(MAKE) build
132
- yarn install --frozen-lockfile
+ yarn install --frozen-lockfile --ignore-scripts --network-timeout 300000
133
yarn build
134
cd build/; tar cvf smocker.tar.gz *
135
0 commit comments