fi: trying to make frontend build faster
This commit is contained in:
+1
-1
@@ -29,4 +29,4 @@ shuffle-database/nodes
|
||||
shuffle-database/performance_analyzer_enabled.conf
|
||||
shuffle-database/rca_enabled.conf
|
||||
|
||||
*/package-lock.json
|
||||
#*/package-lock.json
|
||||
|
||||
+2
-2
@@ -8,13 +8,13 @@ WORKDIR /usr/src/app
|
||||
ENV PATH /usr/src/app/node_modules/.bin:$PATH
|
||||
|
||||
COPY package.json /usr/src/app/package.json
|
||||
COPY package-lock.json /usr/src/app/package-lock.json
|
||||
|
||||
# Nocache yarn install
|
||||
RUN npm config set fetch-retries 3 # Number of retry attempts (default is 2)
|
||||
RUN npm config set fetch-retry-mintimeout 5000 # Minimum wait time before retrying (in ms, default is 10000)
|
||||
RUN npm config set fetch-retry-maxtimeout 60000 # Maximum wait time before retrying (in ms, default is 60000)
|
||||
RUN npm config set fetch-timeout 60000 # Overall fetch timeout (in ms, default is 300000)
|
||||
RUN npm install --timeout=60000 --legacy-peer-deps
|
||||
RUN npm ci --legacy-peer-deps
|
||||
|
||||
# copy only required files to not trigger rebuilding every time
|
||||
COPY ./certs /usr/src/app/certs/
|
||||
|
||||
Generated
+28356
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user