docker con clean del cache
This commit is contained in:
@@ -12,7 +12,7 @@ COPY ./package.json ./
|
||||
# Force node-modules linker (no .yarnrc.yml in build context)
|
||||
RUN echo 'nodeLinker: node-modules' > .yarnrc.yml
|
||||
|
||||
RUN yarn install --inmutable && yarn cache clean
|
||||
RUN yarn cache clean && yarn install --inmutable
|
||||
|
||||
RUN mkdir -p dist && ln -sf ../packages dist/packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user