mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 07:38:03 -05:00
Remove postinstall script (#3027)
This commit is contained in:
@@ -28,7 +28,7 @@ COPY package.json yarn.lock ./
|
||||
RUN yarn install --non-interactive --frozen-lockfile --ignore-scripts
|
||||
|
||||
COPY . .
|
||||
RUN yarn install --non-interactive --frozen-lockfile
|
||||
RUN yarn install --non-interactive --frozen-lockfile && yarn build
|
||||
|
||||
# Copy built src + node_modules to a new layer to prune unnecessary fs
|
||||
# Previous layer weights 7.25GB, while this final 488MB (as of Oct 2020)
|
||||
|
||||
Reference in New Issue
Block a user